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