Shades of Zuccini #0C4926
Tints of Zuccini #0C4926
RGB
CMYK
RGB Variations
Color information
#0C4926 (or 0x0C4926) is known color: Zuccini. HEX triplet: 0C, 49 and 26. RGB value is (12,73,38). Sum of RGB (Red+Green+Blue) = 12+73+38=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #0C4926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4926 is #F3B6D9. Grayscale: #323232. Windows color (decimal): -15972058 or 2509068. OLE color: 2509068.
HSL color Cylindrical-coordinate representation of color #0C4926: hue angle of 145.57º 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 #0C4926 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 73 | 38 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.71 |
| HSL | 145.57º | 0.72% | 0.17% | - |
| HSV(B) | 145.57º | 0.84% | 0.29% | - |
| XYZ | 2.88 | 4.98 | 2.64 | - |
| YUV | 50.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 73 | 38 | 0.84 | 0 | 0.48 | 0.71 | 145.57 | 0.72 | 0.17 |
| Hex | C | 49 | 26 | 54 | 0 | 30 | 47 | 92 | 48 | 11 |
| Octal | 14 | 111 | 46 | 124 | 0 | 60 | 107 | 222 | 110 | 21 |
| Binary | 1100 | 1001001 | 100110 | 1010100 | 0 | 110000 | 1000111 | 10010010 | 1001000 | 10001 |
Color Harmonies of #0C4926
Complementary color
Monochromatic Colors of #0C4926
Black with #0C4926
Text Example
Text Example
White with #0C4926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4926; }
p { color: rgb(12,73,38); }
H1.HeaderClassName
{
color: #0C4926;
}
.AnyTagClassName
{
color: #0C4926;
}
</style>
background-color css
<style>
a { background-color: #0C4926; }
a { background-color: rgb(12,73,38); }
div.DivClassName
{
background-color: #0C4926;
}
.BgClassName
{
background-color: #0C4926;
}
</style>
border-color css
<style>
span { border-color: #0C4926; }
span { border-color: rgb(12,73,38); }
td.TdClassName
{
border-color: #0C4926;
}
.TagClassName
{
border-color: #0C4926;
}
</style>