Shades of Zuccini #0C4F25
Tints of Zuccini #0C4F25
RGB
CMYK
RGB Variations
Color information
#0C4F25 (or 0x0C4F25) is known color: Zuccini. HEX triplet: 0C, 4F and 25. RGB value is (12,79,37). Sum of RGB (Red+Green+Blue) = 12+79+37=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 79 (31.25% from 255 or 61.72% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 79 - color contains mainly: green. Hex color #0C4F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4F25 is #F3B0DA. Grayscale: #363636. Windows color (decimal): -15970523 or 2445068. OLE color: 2445068.
HSL color Cylindrical-coordinate representation of color #0C4F25: hue angle of 142.39º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4F25 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 79 | 37 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.69 |
| HSL | 142.39º | 0.74% | 0.18% | - |
| HSV(B) | 142.39º | 0.85% | 0.31% | - |
| XYZ | 3.28 | 5.8 | 2.7 | - |
| YUV | 54.18 | 118.3 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 79 | 37 | 0.85 | 0 | 0.53 | 0.69 | 142.39 | 0.74 | 0.18 |
| Hex | C | 4F | 25 | 55 | 0 | 35 | 45 | 8E | 4A | 12 |
| Octal | 14 | 117 | 45 | 125 | 0 | 65 | 105 | 216 | 112 | 22 |
| Binary | 1100 | 1001111 | 100101 | 1010101 | 0 | 110101 | 1000101 | 10001110 | 1001010 | 10010 |
Color Harmonies of #0C4F25
Complementary color
Monochromatic Colors of #0C4F25
Black with #0C4F25
Text Example
Text Example
White with #0C4F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4F25; }
p { color: rgb(12,79,37); }
H1.HeaderClassName
{
color: #0C4F25;
}
.AnyTagClassName
{
color: #0C4F25;
}
</style>
background-color css
<style>
a { background-color: #0C4F25; }
a { background-color: rgb(12,79,37); }
div.DivClassName
{
background-color: #0C4F25;
}
.BgClassName
{
background-color: #0C4F25;
}
</style>
border-color css
<style>
span { border-color: #0C4F25; }
span { border-color: rgb(12,79,37); }
td.TdClassName
{
border-color: #0C4F25;
}
.TagClassName
{
border-color: #0C4F25;
}
</style>