Shades of Zuccini #0C4B24
Tints of Zuccini #0C4B24
RGB
CMYK
RGB Variations
Color information
#0C4B24 (or 0x0C4B24) is known color: Zuccini. HEX triplet: 0C, 4B and 24. RGB value is (12,75,36). Sum of RGB (Red+Green+Blue) = 12+75+36=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 75 (29.69% from 255 or 60.98% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 75 - color contains mainly: green. Hex color #0C4B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4B24 is #F3B4DB. Grayscale: #333333. Windows color (decimal): -15971548 or 2378508. OLE color: 2378508.
HSL color Cylindrical-coordinate representation of color #0C4B24: hue angle of 142.86º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4B24 is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 75 | 36 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.71 |
| HSL | 142.86º | 0.72% | 0.17% | - |
| HSV(B) | 142.86º | 0.84% | 0.29% | - |
| XYZ | 2.99 | 5.24 | 2.52 | - |
| YUV | 51.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 75 | 36 | 0.84 | 0 | 0.52 | 0.71 | 142.86 | 0.72 | 0.17 |
| Hex | C | 4B | 24 | 54 | 0 | 34 | 47 | 8F | 48 | 11 |
| Octal | 14 | 113 | 44 | 124 | 0 | 64 | 107 | 217 | 110 | 21 |
| Binary | 1100 | 1001011 | 100100 | 1010100 | 0 | 110100 | 1000111 | 10001111 | 1001000 | 10001 |
Color Harmonies of #0C4B24
Complementary color
Monochromatic Colors of #0C4B24
Black with #0C4B24
Text Example
Text Example
White with #0C4B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4B24; }
p { color: rgb(12,75,36); }
H1.HeaderClassName
{
color: #0C4B24;
}
.AnyTagClassName
{
color: #0C4B24;
}
</style>
background-color css
<style>
a { background-color: #0C4B24; }
a { background-color: rgb(12,75,36); }
div.DivClassName
{
background-color: #0C4B24;
}
.BgClassName
{
background-color: #0C4B24;
}
</style>
border-color css
<style>
span { border-color: #0C4B24; }
span { border-color: rgb(12,75,36); }
td.TdClassName
{
border-color: #0C4B24;
}
.TagClassName
{
border-color: #0C4B24;
}
</style>