Shades of Zuccini #0A512C
Tints of Zuccini #0A512C
RGB
CMYK
RGB Variations
Color information
#0A512C (or 0x0A512C) is known color: Zuccini. HEX triplet: 0A, 51 and 2C. RGB value is (10,81,44). Sum of RGB (Red+Green+Blue) = 10+81+44=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 81 (32.03% from 255 or 60% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 81 - color contains mainly: green. Hex color #0A512C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A512C is #F5AED3. Grayscale: #373737. Windows color (decimal): -16101076 or 2904330. OLE color: 2904330.
HSL color Cylindrical-coordinate representation of color #0A512C: hue angle of 148.73º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A512C is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 81 | 44 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.68 |
| HSL | 148.73º | 0.78% | 0.18% | - |
| HSV(B) | 148.73º | 0.88% | 0.32% | - |
| XYZ | 3.52 | 6.13 | 3.38 | - |
| YUV | 55.55 | 121.48 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 44 | 0.88 | 0 | 0.46 | 0.68 | 148.73 | 0.78 | 0.18 |
| Hex | A | 51 | 2C | 58 | 0 | 2E | 44 | 95 | 4E | 12 |
| Octal | 12 | 121 | 54 | 130 | 0 | 56 | 104 | 225 | 116 | 22 |
| Binary | 1010 | 1010001 | 101100 | 1011000 | 0 | 101110 | 1000100 | 10010101 | 1001110 | 10010 |
Color Harmonies of #0A512C
Complementary color
Monochromatic Colors of #0A512C
Black with #0A512C
Text Example
Text Example
White with #0A512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A512C; }
p { color: rgb(10,81,44); }
H1.HeaderClassName
{
color: #0A512C;
}
.AnyTagClassName
{
color: #0A512C;
}
</style>
background-color css
<style>
a { background-color: #0A512C; }
a { background-color: rgb(10,81,44); }
div.DivClassName
{
background-color: #0A512C;
}
.BgClassName
{
background-color: #0A512C;
}
</style>
border-color css
<style>
span { border-color: #0A512C; }
span { border-color: rgb(10,81,44); }
td.TdClassName
{
border-color: #0A512C;
}
.TagClassName
{
border-color: #0A512C;
}
</style>