Shades of Zuccini #0C502C
Tints of Zuccini #0C502C
RGB
CMYK
RGB Variations
Color information
#0C502C (or 0x0C502C) is known color: Zuccini. HEX triplet: 0C, 50 and 2C. RGB value is (12,80,44). Sum of RGB (Red+Green+Blue) = 12+80+44=136 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.82% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #0C502C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C502C is #F3AFD3. Grayscale: #373737. Windows color (decimal): -15970260 or 2904076. OLE color: 2904076.
HSL color Cylindrical-coordinate representation of color #0C502C: hue angle of 148.24º 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 #0C502C is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 80 | 44 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.69 |
| HSL | 148.24º | 0.74% | 0.18% | - |
| HSV(B) | 148.24º | 0.85% | 0.31% | - |
| XYZ | 3.47 | 6 | 3.36 | - |
| YUV | 55.56 | 121.47 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 80 | 44 | 0.85 | 0 | 0.45 | 0.69 | 148.24 | 0.74 | 0.18 |
| Hex | C | 50 | 2C | 55 | 0 | 2D | 45 | 94 | 4A | 12 |
| Octal | 14 | 120 | 54 | 125 | 0 | 55 | 105 | 224 | 112 | 22 |
| Binary | 1100 | 1010000 | 101100 | 1010101 | 0 | 101101 | 1000101 | 10010100 | 1001010 | 10010 |
Color Harmonies of #0C502C
Complementary color
Monochromatic Colors of #0C502C
Black with #0C502C
Text Example
Text Example
White with #0C502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C502C; }
p { color: rgb(12,80,44); }
H1.HeaderClassName
{
color: #0C502C;
}
.AnyTagClassName
{
color: #0C502C;
}
</style>
background-color css
<style>
a { background-color: #0C502C; }
a { background-color: rgb(12,80,44); }
div.DivClassName
{
background-color: #0C502C;
}
.BgClassName
{
background-color: #0C502C;
}
</style>
border-color css
<style>
span { border-color: #0C502C; }
span { border-color: rgb(12,80,44); }
td.TdClassName
{
border-color: #0C502C;
}
.TagClassName
{
border-color: #0C502C;
}
</style>