Shades of Zuccini #0C4824
Tints of Zuccini #0C4824
RGB
CMYK
RGB Variations
Color information
#0C4824 (or 0x0C4824) is known color: Zuccini. HEX triplet: 0C, 48 and 24. RGB value is (12,72,36). Sum of RGB (Red+Green+Blue) = 12+72+36=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #0C4824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4824 is #F3B7DB. Grayscale: #323232. Windows color (decimal): -15972316 or 2377740. OLE color: 2377740.
HSL color Cylindrical-coordinate representation of color #0C4824: hue angle of 144º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C4824 is Cyan = 0.83, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 12 | 72 | 36 | - |
| CMYK | 0.83 | 0 | 0.5 | 0.72 |
| HSL | 144º | 0.71% | 0.16% | - |
| HSV(B) | 144º | 0.83% | 0.28% | - |
| XYZ | 2.79 | 4.84 | 2.46 | - |
| YUV | 49.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 72 | 36 | 0.83 | 0 | 0.5 | 0.72 | 144 | 0.71 | 0.16 |
| Hex | C | 48 | 24 | 53 | 0 | 32 | 48 | 90 | 47 | 10 |
| Octal | 14 | 110 | 44 | 123 | 0 | 62 | 110 | 220 | 107 | 20 |
| Binary | 1100 | 1001000 | 100100 | 1010011 | 0 | 110010 | 1001000 | 10010000 | 1000111 | 10000 |
Color Harmonies of #0C4824
Complementary color
Monochromatic Colors of #0C4824
Black with #0C4824
Text Example
Text Example
White with #0C4824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4824; }
p { color: rgb(12,72,36); }
H1.HeaderClassName
{
color: #0C4824;
}
.AnyTagClassName
{
color: #0C4824;
}
</style>
background-color css
<style>
a { background-color: #0C4824; }
a { background-color: rgb(12,72,36); }
div.DivClassName
{
background-color: #0C4824;
}
.BgClassName
{
background-color: #0C4824;
}
</style>
border-color css
<style>
span { border-color: #0C4824; }
span { border-color: rgb(12,72,36); }
td.TdClassName
{
border-color: #0C4824;
}
.TagClassName
{
border-color: #0C4824;
}
</style>