Shades of Zuccini #0C4625
Tints of Zuccini #0C4625
RGB
CMYK
RGB Variations
Color information
#0C4625 (or 0x0C4625) is known color: Zuccini. HEX triplet: 0C, 46 and 25. RGB value is (12,70,37). Sum of RGB (Red+Green+Blue) = 12+70+37=119 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.08% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #0C4625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4625 is #F3B9DA. Grayscale: #303030. Windows color (decimal): -15972827 or 2442764. OLE color: 2442764.
HSL color Cylindrical-coordinate representation of color #0C4625: hue angle of 145.86º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C4625 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 12 | 70 | 37 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.73 |
| HSL | 145.86º | 0.71% | 0.16% | - |
| HSV(B) | 145.86º | 0.83% | 0.27% | - |
| XYZ | 2.68 | 4.59 | 2.5 | - |
| YUV | 48.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 70 | 37 | 0.83 | 0 | 0.47 | 0.73 | 145.86 | 0.71 | 0.16 |
| Hex | C | 46 | 25 | 53 | 0 | 2F | 49 | 92 | 47 | 10 |
| Octal | 14 | 106 | 45 | 123 | 0 | 57 | 111 | 222 | 107 | 20 |
| Binary | 1100 | 1000110 | 100101 | 1010011 | 0 | 101111 | 1001001 | 10010010 | 1000111 | 10000 |
Color Harmonies of #0C4625
Complementary color
Monochromatic Colors of #0C4625
Black with #0C4625
Text Example
Text Example
White with #0C4625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4625; }
p { color: rgb(12,70,37); }
H1.HeaderClassName
{
color: #0C4625;
}
.AnyTagClassName
{
color: #0C4625;
}
</style>
background-color css
<style>
a { background-color: #0C4625; }
a { background-color: rgb(12,70,37); }
div.DivClassName
{
background-color: #0C4625;
}
.BgClassName
{
background-color: #0C4625;
}
</style>
border-color css
<style>
span { border-color: #0C4625; }
span { border-color: rgb(12,70,37); }
td.TdClassName
{
border-color: #0C4625;
}
.TagClassName
{
border-color: #0C4625;
}
</style>