Shades of County Green #0A5534
Tints of County Green #0A5534
RGB
CMYK
RGB Variations
Color information
#0A5534 (or 0x0A5534) is known color: County Green. HEX triplet: 0A, 55 and 34. RGB value is (10,85,52). Sum of RGB (Red+Green+Blue) = 10+85+52=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #0A5534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5534 is #F5AACB. Grayscale: #3A3A3A. Windows color (decimal): -16100044 or 3429642. OLE color: 3429642.
HSL color Cylindrical-coordinate representation of color #0A5534: hue angle of 153.6º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5534 is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 85 | 52 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.67 |
| HSL | 153.6º | 0.79% | 0.19% | - |
| HSV(B) | 153.6º | 0.88% | 0.33% | - |
| XYZ | 3.99 | 6.81 | 4.35 | - |
| YUV | 58.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 85 | 52 | 0.88 | 0 | 0.39 | 0.67 | 153.6 | 0.79 | 0.19 |
| Hex | A | 55 | 34 | 58 | 0 | 27 | 43 | 9A | 4F | 13 |
| Octal | 12 | 125 | 64 | 130 | 0 | 47 | 103 | 232 | 117 | 23 |
| Binary | 1010 | 1010101 | 110100 | 1011000 | 0 | 100111 | 1000011 | 10011010 | 1001111 | 10011 |
Color Harmonies of #0A5534
Complementary color
Monochromatic Colors of #0A5534
Black with #0A5534
Text Example
Text Example
White with #0A5534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5534; }
p { color: rgb(10,85,52); }
H1.HeaderClassName
{
color: #0A5534;
}
.AnyTagClassName
{
color: #0A5534;
}
</style>
background-color css
<style>
a { background-color: #0A5534; }
a { background-color: rgb(10,85,52); }
div.DivClassName
{
background-color: #0A5534;
}
.BgClassName
{
background-color: #0A5534;
}
</style>
border-color css
<style>
span { border-color: #0A5534; }
span { border-color: rgb(10,85,52); }
td.TdClassName
{
border-color: #0A5534;
}
.TagClassName
{
border-color: #0A5534;
}
</style>