Shades of County Green #0A5232
Tints of County Green #0A5232
RGB
CMYK
RGB Variations
Color information
#0A5232 (or 0x0A5232) is known color: County Green. HEX triplet: 0A, 52 and 32. RGB value is (10,82,50). Sum of RGB (Red+Green+Blue) = 10+82+50=142 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.04% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #0A5232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5232 is #F5ADCD. Grayscale: #383838. Windows color (decimal): -16100814 or 3297802. OLE color: 3297802.
HSL color Cylindrical-coordinate representation of color #0A5232: hue angle of 153.33º 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 #0A5232 is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 82 | 50 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.68 |
| HSL | 153.33º | 0.78% | 0.18% | - |
| HSV(B) | 153.33º | 0.88% | 0.32% | - |
| XYZ | 3.72 | 6.33 | 4.04 | - |
| YUV | 56.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 50 | 0.88 | 0 | 0.39 | 0.68 | 153.33 | 0.78 | 0.18 |
| Hex | A | 52 | 32 | 58 | 0 | 27 | 44 | 99 | 4E | 12 |
| Octal | 12 | 122 | 62 | 130 | 0 | 47 | 104 | 231 | 116 | 22 |
| Binary | 1010 | 1010010 | 110010 | 1011000 | 0 | 100111 | 1000100 | 10011001 | 1001110 | 10010 |
Color Harmonies of #0A5232
Complementary color
Monochromatic Colors of #0A5232
Black with #0A5232
Text Example
Text Example
White with #0A5232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5232; }
p { color: rgb(10,82,50); }
H1.HeaderClassName
{
color: #0A5232;
}
.AnyTagClassName
{
color: #0A5232;
}
</style>
background-color css
<style>
a { background-color: #0A5232; }
a { background-color: rgb(10,82,50); }
div.DivClassName
{
background-color: #0A5232;
}
.BgClassName
{
background-color: #0A5232;
}
</style>
border-color css
<style>
span { border-color: #0A5232; }
span { border-color: rgb(10,82,50); }
td.TdClassName
{
border-color: #0A5232;
}
.TagClassName
{
border-color: #0A5232;
}
</style>