#0C4E24

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

Shades of Zuccini #0C4E24

Tints of Zuccini #0C4E24

Color information

#0C4E24 (or 0x0C4E24) is unknown color: approx Zuccini. HEX triplet: 0C, 4E and 24. RGB value is (12,78,36). Sum of RGB (Red+Green+Blue) = 12+78+36=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 78 (30.86% from 255 or 61.90% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 78 - color contains mainly: green. Hex color #0C4E24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4E24 is #F3B1DB. Grayscale: #353535. Windows color (decimal): -15970780 or 2379276. OLE color: 2379276.

HSL color Cylindrical-coordinate representation of color #0C4E24: hue angle of 141.82º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4E24 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB127836-
CMYK0.8500.540.69
HSL141.82º73.33%17.65%-
HSV(B)141.82º84.62%30.59%-
XYZ3.195.652.59-
YUV53.48118.1398.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.52%
GREEN value IS 78 (30.86% from 255) = 61.90%
BLUE value IS 36 (14.45% from 255) = 28.57%
R=9.52%
G=61.90%
B=28.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1278360.8500.540.69141.8273.3317.65
HexC4E2455036458e4912
Octal141164412506610521611122
Binary1100100111010010010101010110110100010110001110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,78,36); }

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

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

 a { background-color: rgb(12,78,36); }

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

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

 span { border-color: rgb(12,78,36); }

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