Shades of Zuccini #0C4825
Tints of Zuccini #0C4825
RGB
CMYK
RGB Variations
Color information
#0C4825 (or 0x0C4825) is known color: Zuccini. HEX triplet: 0C, 48 and 25. RGB value is (12,72,37). Sum of RGB (Red+Green+Blue) = 12+72+37=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #0C4825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4825 is #F3B7DA. Grayscale: #323232. Windows color (decimal): -15972315 or 2443276. OLE color: 2443276.
HSL color Cylindrical-coordinate representation of color #0C4825: hue angle of 145º 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 #0C4825 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 12 | 72 | 37 | - |
| CMYK | 0.83 | 0 | 0.49 | 0.72 |
| HSL | 145º | 0.71% | 0.16% | - |
| HSV(B) | 145º | 0.83% | 0.28% | - |
| XYZ | 2.8 | 4.85 | 2.54 | - |
| YUV | 50.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 72 | 37 | 0.83 | 0 | 0.49 | 0.72 | 145 | 0.71 | 0.16 |
| Hex | C | 48 | 25 | 53 | 0 | 31 | 48 | 91 | 47 | 10 |
| Octal | 14 | 110 | 45 | 123 | 0 | 61 | 110 | 221 | 107 | 20 |
| Binary | 1100 | 1001000 | 100101 | 1010011 | 0 | 110001 | 1001000 | 10010001 | 1000111 | 10000 |
Color Harmonies of #0C4825
Complementary color
Monochromatic Colors of #0C4825
Black with #0C4825
Text Example
Text Example
White with #0C4825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4825; }
p { color: rgb(12,72,37); }
H1.HeaderClassName
{
color: #0C4825;
}
.AnyTagClassName
{
color: #0C4825;
}
</style>
background-color css
<style>
a { background-color: #0C4825; }
a { background-color: rgb(12,72,37); }
div.DivClassName
{
background-color: #0C4825;
}
.BgClassName
{
background-color: #0C4825;
}
</style>
border-color css
<style>
span { border-color: #0C4825; }
span { border-color: rgb(12,72,37); }
td.TdClassName
{
border-color: #0C4825;
}
.TagClassName
{
border-color: #0C4825;
}
</style>