Shades of Zuccini #0C4C26
Tints of Zuccini #0C4C26
RGB
CMYK
RGB Variations
Color information
#0C4C26 (or 0x0C4C26) is known color: Zuccini. HEX triplet: 0C, 4C and 26. RGB value is (12,76,38). Sum of RGB (Red+Green+Blue) = 12+76+38=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 76 (30.08% from 255 or 60.32% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4C26 is #F3B3D9. Grayscale: #343434. Windows color (decimal): -15971290 or 2509836. OLE color: 2509836.
HSL color Cylindrical-coordinate representation of color #0C4C26: hue angle of 144.38º 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 #0C4C26 is Cyan = 0.84, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 76 | 38 | - |
| CMYK | 0.84 | 0 | 0.5 | 0.70 |
| HSL | 144.38º | 0.73% | 0.17% | - |
| HSV(B) | 144.38º | 0.84% | 0.3% | - |
| XYZ | 3.09 | 5.39 | 2.71 | - |
| YUV | 52.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 76 | 38 | 0.84 | 0 | 0.5 | 0.70 | 144.38 | 0.73 | 0.17 |
| Hex | C | 4C | 26 | 54 | 0 | 32 | 46 | 90 | 49 | 11 |
| Octal | 14 | 114 | 46 | 124 | 0 | 62 | 106 | 220 | 111 | 21 |
| Binary | 1100 | 1001100 | 100110 | 1010100 | 0 | 110010 | 1000110 | 10010000 | 1001001 | 10001 |
Color Harmonies of #0C4C26
Complementary color
Monochromatic Colors of #0C4C26
Black with #0C4C26
Text Example
Text Example
White with #0C4C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4C26; }
p { color: rgb(12,76,38); }
H1.HeaderClassName
{
color: #0C4C26;
}
.AnyTagClassName
{
color: #0C4C26;
}
</style>
background-color css
<style>
a { background-color: #0C4C26; }
a { background-color: rgb(12,76,38); }
div.DivClassName
{
background-color: #0C4C26;
}
.BgClassName
{
background-color: #0C4C26;
}
</style>
border-color css
<style>
span { border-color: #0C4C26; }
span { border-color: rgb(12,76,38); }
td.TdClassName
{
border-color: #0C4C26;
}
.TagClassName
{
border-color: #0C4C26;
}
</style>