Shades of Zuccini #0C4425
Tints of Zuccini #0C4425
RGB
CMYK
RGB Variations
Color information
#0C4425 (or 0x0C4425) is known color: Zuccini. HEX triplet: 0C, 44 and 25. RGB value is (12,68,37). Sum of RGB (Red+Green+Blue) = 12+68+37=117 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.26% from 117); Green value is 68 (26.95% from 255 or 58.12% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 68 - color contains mainly: green. Hex color #0C4425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4425 is #F3BBDA. Grayscale: #2F2F2F. Windows color (decimal): -15973339 or 2442252. OLE color: 2442252.
HSL color Cylindrical-coordinate representation of color #0C4425: hue angle of 146.79º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4425 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 12 | 68 | 37 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.73 |
| HSL | 146.79º | 0.7% | 0.16% | - |
| HSV(B) | 146.79º | 0.82% | 0.27% | - |
| XYZ | 2.55 | 4.35 | 2.45 | - |
| YUV | 47.72 | 121.95 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 68 | 37 | 0.82 | 0 | 0.46 | 0.73 | 146.79 | 0.7 | 0.16 |
| Hex | C | 44 | 25 | 52 | 0 | 2E | 49 | 93 | 46 | 10 |
| Octal | 14 | 104 | 45 | 122 | 0 | 56 | 111 | 223 | 106 | 20 |
| Binary | 1100 | 1000100 | 100101 | 1010010 | 0 | 101110 | 1001001 | 10010011 | 1000110 | 10000 |
Color Harmonies of #0C4425
Complementary color
Monochromatic Colors of #0C4425
Black with #0C4425
Text Example
Text Example
White with #0C4425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4425; }
p { color: rgb(12,68,37); }
H1.HeaderClassName
{
color: #0C4425;
}
.AnyTagClassName
{
color: #0C4425;
}
</style>
background-color css
<style>
a { background-color: #0C4425; }
a { background-color: rgb(12,68,37); }
div.DivClassName
{
background-color: #0C4425;
}
.BgClassName
{
background-color: #0C4425;
}
</style>
border-color css
<style>
span { border-color: #0C4425; }
span { border-color: rgb(12,68,37); }
td.TdClassName
{
border-color: #0C4425;
}
.TagClassName
{
border-color: #0C4425;
}
</style>