Shades of County Green #085234
Tints of County Green #085234
RGB
CMYK
RGB Variations
Color information
#085234 (or 0x085234) is known color: County Green. HEX triplet: 08, 52 and 34. RGB value is (8,82,52). Sum of RGB (Red+Green+Blue) = 8+82+52=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #085234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085234 is #F7ADCB. Grayscale: #383838. Windows color (decimal): -16231884 or 3428872. OLE color: 3428872.
HSL color Cylindrical-coordinate representation of color #085234: hue angle of 155.68º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085234 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 82 | 52 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.68 |
| HSL | 155.68º | 0.82% | 0.18% | - |
| HSV(B) | 155.68º | 0.9% | 0.32% | - |
| XYZ | 3.74 | 6.33 | 4.27 | - |
| YUV | 56.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 52 | 0.90 | 0 | 0.37 | 0.68 | 155.68 | 0.82 | 0.18 |
| Hex | 8 | 52 | 34 | 5A | 0 | 25 | 44 | 9C | 52 | 12 |
| Octal | 10 | 122 | 64 | 132 | 0 | 45 | 104 | 234 | 122 | 22 |
| Binary | 1000 | 1010010 | 110100 | 1011010 | 0 | 100101 | 1000100 | 10011100 | 1010010 | 10010 |
Color Harmonies of #085234
Complementary color
Monochromatic Colors of #085234
Black with #085234
Text Example
Text Example
White with #085234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085234; }
p { color: rgb(8,82,52); }
H1.HeaderClassName
{
color: #085234;
}
.AnyTagClassName
{
color: #085234;
}
</style>
background-color css
<style>
a { background-color: #085234; }
a { background-color: rgb(8,82,52); }
div.DivClassName
{
background-color: #085234;
}
.BgClassName
{
background-color: #085234;
}
</style>
border-color css
<style>
span { border-color: #085234; }
span { border-color: rgb(8,82,52); }
td.TdClassName
{
border-color: #085234;
}
.TagClassName
{
border-color: #085234;
}
</style>