Shades of Zuccini #0C4826
Tints of Zuccini #0C4826
RGB
CMYK
RGB Variations
Color information
#0C4826 (or 0x0C4826) is known color: Zuccini. HEX triplet: 0C, 48 and 26. RGB value is (12,72,38). Sum of RGB (Red+Green+Blue) = 12+72+38=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #0C4826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4826 is #F3B7D9. Grayscale: #323232. Windows color (decimal): -15972314 or 2508812. OLE color: 2508812.
HSL color Cylindrical-coordinate representation of color #0C4826: hue angle of 146º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C4826 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 12 | 72 | 38 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.72 |
| HSL | 146º | 0.71% | 0.16% | - |
| HSV(B) | 146º | 0.83% | 0.28% | - |
| XYZ | 2.82 | 4.85 | 2.62 | - |
| YUV | 50.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 72 | 38 | 0.83 | 0 | 0.47 | 0.72 | 146 | 0.71 | 0.16 |
| Hex | C | 48 | 26 | 53 | 0 | 2F | 48 | 92 | 47 | 10 |
| Octal | 14 | 110 | 46 | 123 | 0 | 57 | 110 | 222 | 107 | 20 |
| Binary | 1100 | 1001000 | 100110 | 1010011 | 0 | 101111 | 1001000 | 10010010 | 1000111 | 10000 |
Color Harmonies of #0C4826
Complementary color
Monochromatic Colors of #0C4826
Black with #0C4826
Text Example
Text Example
White with #0C4826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4826; }
p { color: rgb(12,72,38); }
H1.HeaderClassName
{
color: #0C4826;
}
.AnyTagClassName
{
color: #0C4826;
}
</style>
background-color css
<style>
a { background-color: #0C4826; }
a { background-color: rgb(12,72,38); }
div.DivClassName
{
background-color: #0C4826;
}
.BgClassName
{
background-color: #0C4826;
}
</style>
border-color css
<style>
span { border-color: #0C4826; }
span { border-color: rgb(12,72,38); }
td.TdClassName
{
border-color: #0C4826;
}
.TagClassName
{
border-color: #0C4826;
}
</style>