Shades of County Green #085433
Tints of County Green #085433
RGB
CMYK
RGB Variations
Color information
#085433 (or 0x085433) is known color: County Green. HEX triplet: 08, 54 and 33. RGB value is (8,84,51). Sum of RGB (Red+Green+Blue) = 8+84+51=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 84 (33.20% from 255 or 58.74% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 84 - color contains mainly: green. Hex color #085433 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085433 is #F7ABCC. Grayscale: #393939. Windows color (decimal): -16231373 or 3363848. OLE color: 3363848.
HSL color Cylindrical-coordinate representation of color #085433: hue angle of 153.95º 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 #085433 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 84 | 51 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.67 |
| HSL | 153.95º | 0.83% | 0.18% | - |
| HSV(B) | 153.95º | 0.9% | 0.33% | - |
| XYZ | 3.87 | 6.63 | 4.21 | - |
| YUV | 57.51 | 124.32 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 51 | 0.90 | 0 | 0.39 | 0.67 | 153.95 | 0.83 | 0.18 |
| Hex | 8 | 54 | 33 | 5A | 0 | 27 | 43 | 9A | 53 | 12 |
| Octal | 10 | 124 | 63 | 132 | 0 | 47 | 103 | 232 | 123 | 22 |
| Binary | 1000 | 1010100 | 110011 | 1011010 | 0 | 100111 | 1000011 | 10011010 | 1010011 | 10010 |
Color Harmonies of #085433
Complementary color
Monochromatic Colors of #085433
Black with #085433
Text Example
Text Example
White with #085433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085433; }
p { color: rgb(8,84,51); }
H1.HeaderClassName
{
color: #085433;
}
.AnyTagClassName
{
color: #085433;
}
</style>
background-color css
<style>
a { background-color: #085433; }
a { background-color: rgb(8,84,51); }
div.DivClassName
{
background-color: #085433;
}
.BgClassName
{
background-color: #085433;
}
</style>
border-color css
<style>
span { border-color: #085433; }
span { border-color: rgb(8,84,51); }
td.TdClassName
{
border-color: #085433;
}
.TagClassName
{
border-color: #085433;
}
</style>