Shades of Zuccini #0C4925
Tints of Zuccini #0C4925
RGB
CMYK
RGB Variations
Color information
#0C4925 (or 0x0C4925) is known color: Zuccini. HEX triplet: 0C, 49 and 25. RGB value is (12,73,37). Sum of RGB (Red+Green+Blue) = 12+73+37=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 73 (28.91% from 255 or 59.84% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 73 - color contains mainly: green. Hex color #0C4925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4925 is #F3B6DA. Grayscale: #323232. Windows color (decimal): -15972059 or 2443532. OLE color: 2443532.
HSL color Cylindrical-coordinate representation of color #0C4925: hue angle of 144.59º 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 #0C4925 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 73 | 37 | - |
| CMYK | 0.84 | 0 | 0.49 | 0.71 |
| HSL | 144.59º | 0.72% | 0.17% | - |
| HSV(B) | 144.59º | 0.84% | 0.29% | - |
| XYZ | 2.87 | 4.98 | 2.56 | - |
| YUV | 50.66 | 120.29 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 73 | 37 | 0.84 | 0 | 0.49 | 0.71 | 144.59 | 0.72 | 0.17 |
| Hex | C | 49 | 25 | 54 | 0 | 31 | 47 | 91 | 48 | 11 |
| Octal | 14 | 111 | 45 | 124 | 0 | 61 | 107 | 221 | 110 | 21 |
| Binary | 1100 | 1001001 | 100101 | 1010100 | 0 | 110001 | 1000111 | 10010001 | 1001000 | 10001 |
Color Harmonies of #0C4925
Complementary color
Monochromatic Colors of #0C4925
Black with #0C4925
Text Example
Text Example
White with #0C4925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4925; }
p { color: rgb(12,73,37); }
H1.HeaderClassName
{
color: #0C4925;
}
.AnyTagClassName
{
color: #0C4925;
}
</style>
background-color css
<style>
a { background-color: #0C4925; }
a { background-color: rgb(12,73,37); }
div.DivClassName
{
background-color: #0C4925;
}
.BgClassName
{
background-color: #0C4925;
}
</style>
border-color css
<style>
span { border-color: #0C4925; }
span { border-color: rgb(12,73,37); }
td.TdClassName
{
border-color: #0C4925;
}
.TagClassName
{
border-color: #0C4925;
}
</style>