Shades of Zuccini #0C5031
Tints of Zuccini #0C5031
RGB
CMYK
RGB Variations
Color information
#0C5031 (or 0x0C5031) is known color: Zuccini. HEX triplet: 0C, 50 and 31. RGB value is (12,80,49). Sum of RGB (Red+Green+Blue) = 12+80+49=141 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.51% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #0C5031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5031 is #F3AFCE. Grayscale: #383838. Windows color (decimal): -15970255 or 3231756. OLE color: 3231756.
HSL color Cylindrical-coordinate representation of color #0C5031: hue angle of 152.65º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C5031 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 80 | 49 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.69 |
| HSL | 152.65º | 0.74% | 0.18% | - |
| HSV(B) | 152.65º | 0.85% | 0.31% | - |
| XYZ | 3.57 | 6.04 | 3.88 | - |
| YUV | 56.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 80 | 49 | 0.85 | 0 | 0.39 | 0.69 | 152.65 | 0.74 | 0.18 |
| Hex | C | 50 | 31 | 55 | 0 | 27 | 45 | 99 | 4A | 12 |
| Octal | 14 | 120 | 61 | 125 | 0 | 47 | 105 | 231 | 112 | 22 |
| Binary | 1100 | 1010000 | 110001 | 1010101 | 0 | 100111 | 1000101 | 10011001 | 1001010 | 10010 |
Color Harmonies of #0C5031
Complementary color
Monochromatic Colors of #0C5031
Black with #0C5031
Text Example
Text Example
White with #0C5031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5031; }
p { color: rgb(12,80,49); }
H1.HeaderClassName
{
color: #0C5031;
}
.AnyTagClassName
{
color: #0C5031;
}
</style>
background-color css
<style>
a { background-color: #0C5031; }
a { background-color: rgb(12,80,49); }
div.DivClassName
{
background-color: #0C5031;
}
.BgClassName
{
background-color: #0C5031;
}
</style>
border-color css
<style>
span { border-color: #0C5031; }
span { border-color: rgb(12,80,49); }
td.TdClassName
{
border-color: #0C5031;
}
.TagClassName
{
border-color: #0C5031;
}
</style>