Shades of County Green #085438
Tints of County Green #085438
RGB
CMYK
RGB Variations
Color information
#085438 (or 0x085438) is known color: County Green. HEX triplet: 08, 54 and 38. RGB value is (8,84,56). Sum of RGB (Red+Green+Blue) = 8+84+56=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #085438 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085438 is #F7ABC7. Grayscale: #3A3A3A. Windows color (decimal): -16231368 or 3691528. OLE color: 3691528.
HSL color Cylindrical-coordinate representation of color #085438: hue angle of 157.89º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085438 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 84 | 56 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.67 |
| HSL | 157.89º | 0.83% | 0.18% | - |
| HSV(B) | 157.89º | 0.9% | 0.33% | - |
| XYZ | 3.98 | 6.68 | 4.82 | - |
| YUV | 58.08 | 126.82 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 56 | 0.90 | 0 | 0.33 | 0.67 | 157.89 | 0.83 | 0.18 |
| Hex | 8 | 54 | 38 | 5A | 0 | 21 | 43 | 9E | 53 | 12 |
| Octal | 10 | 124 | 70 | 132 | 0 | 41 | 103 | 236 | 123 | 22 |
| Binary | 1000 | 1010100 | 111000 | 1011010 | 0 | 100001 | 1000011 | 10011110 | 1010011 | 10010 |
Color Harmonies of #085438
Complementary color
Monochromatic Colors of #085438
Black with #085438
Text Example
Text Example
White with #085438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085438; }
p { color: rgb(8,84,56); }
H1.HeaderClassName
{
color: #085438;
}
.AnyTagClassName
{
color: #085438;
}
</style>
background-color css
<style>
a { background-color: #085438; }
a { background-color: rgb(8,84,56); }
div.DivClassName
{
background-color: #085438;
}
.BgClassName
{
background-color: #085438;
}
</style>
border-color css
<style>
span { border-color: #085438; }
span { border-color: rgb(8,84,56); }
td.TdClassName
{
border-color: #085438;
}
.TagClassName
{
border-color: #085438;
}
</style>