Shades of Zuccini #0C4927
Tints of Zuccini #0C4927
RGB
CMYK
RGB Variations
Color information
#0C4927 (or 0x0C4927) is known color: Zuccini. HEX triplet: 0C, 49 and 27. RGB value is (12,73,39). Sum of RGB (Red+Green+Blue) = 12+73+39=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #0C4927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4927 is #F3B6D8. Grayscale: #323232. Windows color (decimal): -15972057 or 2574604. OLE color: 2574604.
HSL color Cylindrical-coordinate representation of color #0C4927: hue angle of 146.56º 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 #0C4927 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 73 | 39 | - |
| CMYK | 0.84 | 0 | 0.47 | 0.71 |
| HSL | 146.56º | 0.72% | 0.17% | - |
| HSV(B) | 146.56º | 0.84% | 0.29% | - |
| XYZ | 2.9 | 4.99 | 2.73 | - |
| YUV | 50.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 73 | 39 | 0.84 | 0 | 0.47 | 0.71 | 146.56 | 0.72 | 0.17 |
| Hex | C | 49 | 27 | 54 | 0 | 2F | 47 | 93 | 48 | 11 |
| Octal | 14 | 111 | 47 | 124 | 0 | 57 | 107 | 223 | 110 | 21 |
| Binary | 1100 | 1001001 | 100111 | 1010100 | 0 | 101111 | 1000111 | 10010011 | 1001000 | 10001 |
Color Harmonies of #0C4927
Complementary color
Monochromatic Colors of #0C4927
Black with #0C4927
Text Example
Text Example
White with #0C4927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4927; }
p { color: rgb(12,73,39); }
H1.HeaderClassName
{
color: #0C4927;
}
.AnyTagClassName
{
color: #0C4927;
}
</style>
background-color css
<style>
a { background-color: #0C4927; }
a { background-color: rgb(12,73,39); }
div.DivClassName
{
background-color: #0C4927;
}
.BgClassName
{
background-color: #0C4927;
}
</style>
border-color css
<style>
span { border-color: #0C4927; }
span { border-color: rgb(12,73,39); }
td.TdClassName
{
border-color: #0C4927;
}
.TagClassName
{
border-color: #0C4927;
}
</style>