#104325

Color #104325 Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #104325

Tints of Zuccini #104325

Color information

#104325 (or 0x104325) is unknown color: approx Zuccini. HEX triplet: 10, 43 and 25. RGB value is (16,67,37). Sum of RGB (Red+Green+Blue) = 16+67+37=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 67 (26.56% from 255 or 55.83% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 67 - color contains mainly: green. Hex color #104325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104325 is #EFBCDA. Grayscale: #303030. Windows color (decimal): -15711451 or 2442000. OLE color: 2442000.

HSL color Cylindrical-coordinate representation of color #104325: hue angle of 144.71º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104325 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB166737-
CMYK0.7600.450.74
HSL144.71º61.45%16.27%-
HSV(B)144.71º76.12%26.27%-
XYZ2.554.262.44-
YUV48.33121.6104.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 13.33%
GREEN value IS 67 (26.56% from 255) = 55.83%
BLUE value IS 37 (14.84% from 255) = 30.83%
R=13.33%
G=55.83%
B=30.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1667370.7600.450.74144.7161.4516.27
Hex1043254C02D4A913d10
Octal20103451140551122217520
Binary1000010000111001011001100010110110010101001000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104325; }

 p { color: rgb(16,67,37); }

 H1.HeaderClassName
 {
   color: #104325;
 }
 .AnyTagClassName
 {
   color: #104325;
 }
</style>
background-color css

<style>
 a { background-color: #104325; }

 a { background-color: rgb(16,67,37); }

 div.DivClassName
 {
   background-color: #104325;
 }
 .BgClassName
 {
   background-color: #104325;
 }
</style>
border-color css

<style>
 span { border-color: #104325; }

 span { border-color: rgb(16,67,37); }

 td.TdClassName
 {
   border-color: #104325;
 }
 .TagClassName
 {
   border-color: #104325;
 }
</style>