Shades of County Green #085334
Tints of County Green #085334
RGB
CMYK
RGB Variations
Color information
#085334 (or 0x085334) is known color: County Green. HEX triplet: 08, 53 and 34. RGB value is (8,83,52). Sum of RGB (Red+Green+Blue) = 8+83+52=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 83 (32.81% from 255 or 58.04% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 83 - color contains mainly: green. Hex color #085334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085334 is #F7ACCB. Grayscale: #393939. Windows color (decimal): -16231628 or 3429128. OLE color: 3429128.
HSL color Cylindrical-coordinate representation of color #085334: hue angle of 155.2º degrees, saturation: 0.82, 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 #085334 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 52 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.67 |
| HSL | 155.2º | 0.82% | 0.18% | - |
| HSV(B) | 155.2º | 0.9% | 0.33% | - |
| XYZ | 3.81 | 6.49 | 4.3 | - |
| YUV | 57.04 | 125.15 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 52 | 0.90 | 0 | 0.37 | 0.67 | 155.2 | 0.82 | 0.18 |
| Hex | 8 | 53 | 34 | 5A | 0 | 25 | 43 | 9B | 52 | 12 |
| Octal | 10 | 123 | 64 | 132 | 0 | 45 | 103 | 233 | 122 | 22 |
| Binary | 1000 | 1010011 | 110100 | 1011010 | 0 | 100101 | 1000011 | 10011011 | 1010010 | 10010 |
Color Harmonies of #085334
Complementary color
Monochromatic Colors of #085334
Black with #085334
Text Example
Text Example
White with #085334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085334; }
p { color: rgb(8,83,52); }
H1.HeaderClassName
{
color: #085334;
}
.AnyTagClassName
{
color: #085334;
}
</style>
background-color css
<style>
a { background-color: #085334; }
a { background-color: rgb(8,83,52); }
div.DivClassName
{
background-color: #085334;
}
.BgClassName
{
background-color: #085334;
}
</style>
border-color css
<style>
span { border-color: #085334; }
span { border-color: rgb(8,83,52); }
td.TdClassName
{
border-color: #085334;
}
.TagClassName
{
border-color: #085334;
}
</style>