Shades of Zuccini #0A502E
Tints of Zuccini #0A502E
RGB
CMYK
RGB Variations
Color information
#0A502E (or 0x0A502E) is known color: Zuccini. HEX triplet: 0A, 50 and 2E. RGB value is (10,80,46). Sum of RGB (Red+Green+Blue) = 10+80+46=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #0A502E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A502E is #F5AFD1. Grayscale: #373737. Windows color (decimal): -16101330 or 3035146. OLE color: 3035146.
HSL color Cylindrical-coordinate representation of color #0A502E: hue angle of 150.86º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A502E is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 80 | 46 | - |
| CMYK | 0.87 | 0 | 0.42 | 0.69 |
| HSL | 150.86º | 0.78% | 0.18% | - |
| HSV(B) | 150.86º | 0.88% | 0.31% | - |
| XYZ | 3.49 | 6 | 3.56 | - |
| YUV | 55.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 46 | 0.87 | 0 | 0.42 | 0.69 | 150.86 | 0.78 | 0.18 |
| Hex | A | 50 | 2E | 57 | 0 | 2A | 45 | 97 | 4E | 12 |
| Octal | 12 | 120 | 56 | 127 | 0 | 52 | 105 | 227 | 116 | 22 |
| Binary | 1010 | 1010000 | 101110 | 1010111 | 0 | 101010 | 1000101 | 10010111 | 1001110 | 10010 |
Color Harmonies of #0A502E
Complementary color
Monochromatic Colors of #0A502E
Black with #0A502E
Text Example
Text Example
White with #0A502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A502E; }
p { color: rgb(10,80,46); }
H1.HeaderClassName
{
color: #0A502E;
}
.AnyTagClassName
{
color: #0A502E;
}
</style>
background-color css
<style>
a { background-color: #0A502E; }
a { background-color: rgb(10,80,46); }
div.DivClassName
{
background-color: #0A502E;
}
.BgClassName
{
background-color: #0A502E;
}
</style>
border-color css
<style>
span { border-color: #0A502E; }
span { border-color: rgb(10,80,46); }
td.TdClassName
{
border-color: #0A502E;
}
.TagClassName
{
border-color: #0A502E;
}
</style>