Shades of Zuccini #0C4C20
Tints of Zuccini #0C4C20
RGB
CMYK
RGB Variations
Color information
#0C4C20 (or 0x0C4C20) is known color: Zuccini. HEX triplet: 0C, 4C and 20. RGB value is (12,76,32). Sum of RGB (Red+Green+Blue) = 12+76+32=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 76 (30.08% from 255 or 63.33% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4C20 is #F3B3DF. Grayscale: #333333. Windows color (decimal): -15971296 or 2116620. OLE color: 2116620.
HSL color Cylindrical-coordinate representation of color #0C4C20: hue angle of 138.75º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4C20 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 76 | 32 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.70 |
| HSL | 138.75º | 0.73% | 0.17% | - |
| HSV(B) | 138.75º | 0.84% | 0.3% | - |
| XYZ | 3 | 5.35 | 2.24 | - |
| YUV | 51.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 76 | 32 | 0.84 | 0 | 0.58 | 0.70 | 138.75 | 0.73 | 0.17 |
| Hex | C | 4C | 20 | 54 | 0 | 3A | 46 | 8B | 49 | 11 |
| Octal | 14 | 114 | 40 | 124 | 0 | 72 | 106 | 213 | 111 | 21 |
| Binary | 1100 | 1001100 | 100000 | 1010100 | 0 | 111010 | 1000110 | 10001011 | 1001001 | 10001 |
Color Harmonies of #0C4C20
Complementary color
Monochromatic Colors of #0C4C20
Black with #0C4C20
Text Example
Text Example
White with #0C4C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4C20; }
p { color: rgb(12,76,32); }
H1.HeaderClassName
{
color: #0C4C20;
}
.AnyTagClassName
{
color: #0C4C20;
}
</style>
background-color css
<style>
a { background-color: #0C4C20; }
a { background-color: rgb(12,76,32); }
div.DivClassName
{
background-color: #0C4C20;
}
.BgClassName
{
background-color: #0C4C20;
}
</style>
border-color css
<style>
span { border-color: #0C4C20; }
span { border-color: rgb(12,76,32); }
td.TdClassName
{
border-color: #0C4C20;
}
.TagClassName
{
border-color: #0C4C20;
}
</style>