Shades of Zuccini #0C4B22
Tints of Zuccini #0C4B22
RGB
CMYK
RGB Variations
Color information
#0C4B22 (or 0x0C4B22) is known color: Zuccini. HEX triplet: 0C, 4B and 22. RGB value is (12,75,34). Sum of RGB (Red+Green+Blue) = 12+75+34=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #0C4B22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4B22 is #F3B4DD. Grayscale: #333333. Windows color (decimal): -15971550 or 2247436. OLE color: 2247436.
HSL color Cylindrical-coordinate representation of color #0C4B22: hue angle of 140.95º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4B22 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 75 | 34 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.71 |
| HSL | 140.95º | 0.72% | 0.17% | - |
| HSV(B) | 140.95º | 0.84% | 0.29% | - |
| XYZ | 2.96 | 5.23 | 2.37 | - |
| YUV | 51.49 | 118.13 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 75 | 34 | 0.84 | 0 | 0.55 | 0.71 | 140.95 | 0.72 | 0.17 |
| Hex | C | 4B | 22 | 54 | 0 | 37 | 47 | 8D | 48 | 11 |
| Octal | 14 | 113 | 42 | 124 | 0 | 67 | 107 | 215 | 110 | 21 |
| Binary | 1100 | 1001011 | 100010 | 1010100 | 0 | 110111 | 1000111 | 10001101 | 1001000 | 10001 |
Color Harmonies of #0C4B22
Complementary color
Monochromatic Colors of #0C4B22
Black with #0C4B22
Text Example
Text Example
White with #0C4B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4B22; }
p { color: rgb(12,75,34); }
H1.HeaderClassName
{
color: #0C4B22;
}
.AnyTagClassName
{
color: #0C4B22;
}
</style>
background-color css
<style>
a { background-color: #0C4B22; }
a { background-color: rgb(12,75,34); }
div.DivClassName
{
background-color: #0C4B22;
}
.BgClassName
{
background-color: #0C4B22;
}
</style>
border-color css
<style>
span { border-color: #0C4B22; }
span { border-color: rgb(12,75,34); }
td.TdClassName
{
border-color: #0C4B22;
}
.TagClassName
{
border-color: #0C4B22;
}
</style>