Shades of County Green #085034
Tints of County Green #085034
RGB
CMYK
RGB Variations
Color information
#085034 (or 0x085034) is known color: County Green. HEX triplet: 08, 50 and 34. RGB value is (8,80,52). Sum of RGB (Red+Green+Blue) = 8+80+52=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #085034 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085034 is #F7AFCB. Grayscale: #373737. Windows color (decimal): -16232396 or 3428360. OLE color: 3428360.
HSL color Cylindrical-coordinate representation of color #085034: hue angle of 156.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085034 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 80 | 52 | - |
| CMYK | 0.90 | 0 | 0.35 | 0.69 |
| HSL | 156.67º | 0.82% | 0.17% | - |
| HSV(B) | 156.67º | 0.9% | 0.31% | - |
| XYZ | 3.59 | 6.04 | 4.22 | - |
| YUV | 55.28 | 126.15 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 52 | 0.90 | 0 | 0.35 | 0.69 | 156.67 | 0.82 | 0.17 |
| Hex | 8 | 50 | 34 | 5A | 0 | 23 | 45 | 9D | 52 | 11 |
| Octal | 10 | 120 | 64 | 132 | 0 | 43 | 105 | 235 | 122 | 21 |
| Binary | 1000 | 1010000 | 110100 | 1011010 | 0 | 100011 | 1000101 | 10011101 | 1010010 | 10001 |
Color Harmonies of #085034
Complementary color
Monochromatic Colors of #085034
Black with #085034
Text Example
Text Example
White with #085034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085034; }
p { color: rgb(8,80,52); }
H1.HeaderClassName
{
color: #085034;
}
.AnyTagClassName
{
color: #085034;
}
</style>
background-color css
<style>
a { background-color: #085034; }
a { background-color: rgb(8,80,52); }
div.DivClassName
{
background-color: #085034;
}
.BgClassName
{
background-color: #085034;
}
</style>
border-color css
<style>
span { border-color: #085034; }
span { border-color: rgb(8,80,52); }
td.TdClassName
{
border-color: #085034;
}
.TagClassName
{
border-color: #085034;
}
</style>