Shades of Zuccini #0C4D27
Tints of Zuccini #0C4D27
RGB
CMYK
RGB Variations
Color information
#0C4D27 (or 0x0C4D27) is known color: Zuccini. HEX triplet: 0C, 4D and 27. RGB value is (12,77,39). Sum of RGB (Red+Green+Blue) = 12+77+39=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 77 (30.47% from 255 or 60.16% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 77 - color contains mainly: green. Hex color #0C4D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4D27 is #F3B2D8. Grayscale: #353535. Windows color (decimal): -15971033 or 2575628. OLE color: 2575628.
HSL color Cylindrical-coordinate representation of color #0C4D27: hue angle of 144.92º 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 #0C4D27 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 77 | 39 | - |
| CMYK | 0.84 | 0 | 0.49 | 0.70 |
| HSL | 144.92º | 0.73% | 0.17% | - |
| HSV(B) | 144.92º | 0.84% | 0.3% | - |
| XYZ | 3.17 | 5.53 | 2.82 | - |
| YUV | 53.23 | 119.97 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 77 | 39 | 0.84 | 0 | 0.49 | 0.70 | 144.92 | 0.73 | 0.17 |
| Hex | C | 4D | 27 | 54 | 0 | 31 | 46 | 91 | 49 | 11 |
| Octal | 14 | 115 | 47 | 124 | 0 | 61 | 106 | 221 | 111 | 21 |
| Binary | 1100 | 1001101 | 100111 | 1010100 | 0 | 110001 | 1000110 | 10010001 | 1001001 | 10001 |
Color Harmonies of #0C4D27
Complementary color
Monochromatic Colors of #0C4D27
Black with #0C4D27
Text Example
Text Example
White with #0C4D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4D27; }
p { color: rgb(12,77,39); }
H1.HeaderClassName
{
color: #0C4D27;
}
.AnyTagClassName
{
color: #0C4D27;
}
</style>
background-color css
<style>
a { background-color: #0C4D27; }
a { background-color: rgb(12,77,39); }
div.DivClassName
{
background-color: #0C4D27;
}
.BgClassName
{
background-color: #0C4D27;
}
</style>
border-color css
<style>
span { border-color: #0C4D27; }
span { border-color: rgb(12,77,39); }
td.TdClassName
{
border-color: #0C4D27;
}
.TagClassName
{
border-color: #0C4D27;
}
</style>