Shades of Zuccini #0C4723
Tints of Zuccini #0C4723
RGB
CMYK
RGB Variations
Color information
#0C4723 (or 0x0C4723) is known color: Zuccini. HEX triplet: 0C, 47 and 23. RGB value is (12,71,35). Sum of RGB (Red+Green+Blue) = 12+71+35=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #0C4723 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4723 is #F3B8DC. Grayscale: #313131. Windows color (decimal): -15972573 or 2311948. OLE color: 2311948.
HSL color Cylindrical-coordinate representation of color #0C4723: hue angle of 143.39º 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 #0C4723 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 12 | 71 | 35 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.72 |
| HSL | 143.39º | 0.71% | 0.16% | - |
| HSV(B) | 143.39º | 0.83% | 0.28% | - |
| XYZ | 2.71 | 4.71 | 2.36 | - |
| YUV | 49.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 71 | 35 | 0.83 | 0 | 0.51 | 0.72 | 143.39 | 0.71 | 0.16 |
| Hex | C | 47 | 23 | 53 | 0 | 33 | 48 | 8F | 47 | 10 |
| Octal | 14 | 107 | 43 | 123 | 0 | 63 | 110 | 217 | 107 | 20 |
| Binary | 1100 | 1000111 | 100011 | 1010011 | 0 | 110011 | 1001000 | 10001111 | 1000111 | 10000 |
Color Harmonies of #0C4723
Complementary color
Monochromatic Colors of #0C4723
Black with #0C4723
Text Example
Text Example
White with #0C4723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4723; }
p { color: rgb(12,71,35); }
H1.HeaderClassName
{
color: #0C4723;
}
.AnyTagClassName
{
color: #0C4723;
}
</style>
background-color css
<style>
a { background-color: #0C4723; }
a { background-color: rgb(12,71,35); }
div.DivClassName
{
background-color: #0C4723;
}
.BgClassName
{
background-color: #0C4723;
}
</style>
border-color css
<style>
span { border-color: #0C4723; }
span { border-color: rgb(12,71,35); }
td.TdClassName
{
border-color: #0C4723;
}
.TagClassName
{
border-color: #0C4723;
}
</style>