Shades of County Green #0A5334
Tints of County Green #0A5334
RGB
CMYK
RGB Variations
Color information
#0A5334 (or 0x0A5334) is known color: County Green. HEX triplet: 0A, 53 and 34. RGB value is (10,83,52). Sum of RGB (Red+Green+Blue) = 10+83+52=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5334 is #F5ACCB. Grayscale: #393939. Windows color (decimal): -16100556 or 3429130. OLE color: 3429130.
HSL color Cylindrical-coordinate representation of color #0A5334: hue angle of 154.52º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5334 is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 83 | 52 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.67 |
| HSL | 154.52º | 0.78% | 0.18% | - |
| HSV(B) | 154.52º | 0.88% | 0.33% | - |
| XYZ | 3.84 | 6.5 | 4.3 | - |
| YUV | 57.64 | 124.82 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 83 | 52 | 0.88 | 0 | 0.37 | 0.67 | 154.52 | 0.78 | 0.18 |
| Hex | A | 53 | 34 | 58 | 0 | 25 | 43 | 9B | 4E | 12 |
| Octal | 12 | 123 | 64 | 130 | 0 | 45 | 103 | 233 | 116 | 22 |
| Binary | 1010 | 1010011 | 110100 | 1011000 | 0 | 100101 | 1000011 | 10011011 | 1001110 | 10010 |
Color Harmonies of #0A5334
Complementary color
Monochromatic Colors of #0A5334
Black with #0A5334
Text Example
Text Example
White with #0A5334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5334; }
p { color: rgb(10,83,52); }
H1.HeaderClassName
{
color: #0A5334;
}
.AnyTagClassName
{
color: #0A5334;
}
</style>
background-color css
<style>
a { background-color: #0A5334; }
a { background-color: rgb(10,83,52); }
div.DivClassName
{
background-color: #0A5334;
}
.BgClassName
{
background-color: #0A5334;
}
</style>
border-color css
<style>
span { border-color: #0A5334; }
span { border-color: rgb(10,83,52); }
td.TdClassName
{
border-color: #0A5334;
}
.TagClassName
{
border-color: #0A5334;
}
</style>