Shades of Zuccini #0C4E24
Tints of Zuccini #0C4E24
RGB
CMYK
RGB Variations
Color information
#0C4E24 (or 0x0C4E24) is known color: 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
| RGB | 12 | 78 | 36 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.69 |
| HSL | 141.82º | 0.73% | 0.18% | - |
| HSV(B) | 141.82º | 0.85% | 0.31% | - |
| XYZ | 3.19 | 5.65 | 2.59 | - |
| YUV | 53.48 | 118.13 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 78 | 36 | 0.85 | 0 | 0.54 | 0.69 | 141.82 | 0.73 | 0.18 |
| Hex | C | 4E | 24 | 55 | 0 | 36 | 45 | 8E | 49 | 12 |
| Octal | 14 | 116 | 44 | 125 | 0 | 66 | 105 | 216 | 111 | 22 |
| Binary | 1100 | 1001110 | 100100 | 1010101 | 0 | 110110 | 1000101 | 10001110 | 1001001 | 10010 |
Color Harmonies of #0C4E24
Complementary color
Monochromatic Colors of #0C4E24
Black with #0C4E24
Text Example
Text Example
White with #0C4E24
Text Example
Text Example
HTML Codes & Css Web 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>