#0C4327

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

Shades of Zuccini #0C4327

Tints of Zuccini #0C4327

Color information

#0C4327 (or 0x0C4327) is unknown color: approx Zuccini. HEX triplet: 0C, 43 and 27. RGB value is (12,67,39). Sum of RGB (Red+Green+Blue) = 12+67+39=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #0C4327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4327 is #F3BCD8. Grayscale: #2F2F2F. Windows color (decimal): -15973593 or 2573068. OLE color: 2573068.

HSL color Cylindrical-coordinate representation of color #0C4327: hue angle of 149.45º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4327 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB126739-
CMYK0.8200.420.74
HSL149.45º69.62%15.49%-
HSV(B)149.45º82.09%26.27%-
XYZ2.524.242.6-
YUV47.36123.28102.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.17%
GREEN value IS 67 (26.56% from 255) = 56.78%
BLUE value IS 39 (15.62% from 255) = 33.05%
R=10.17%
G=56.78%
B=33.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1267390.8200.420.74149.4569.6215.49
HexC43275202A4A9546f
Octal141034712205211222510617
Binary110010000111001111010010010101010010101001010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C4327; }

 p { color: rgb(12,67,39); }

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

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

 a { background-color: rgb(12,67,39); }

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

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

 span { border-color: rgb(12,67,39); }

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