Shades of County Green #095535
Tints of County Green #095535
RGB
CMYK
RGB Variations
Color information
#095535 (or 0x095535) is known color: County Green. HEX triplet: 09, 55 and 35. RGB value is (9,85,53). Sum of RGB (Red+Green+Blue) = 9+85+53=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #095535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095535 is #F6AACA. Grayscale: #3A3A3A. Windows color (decimal): -16165579 or 3495177. OLE color: 3495177.
HSL color Cylindrical-coordinate representation of color #095535: hue angle of 154.74º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095535 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 85 | 53 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.67 |
| HSL | 154.74º | 0.81% | 0.18% | - |
| HSV(B) | 154.74º | 0.89% | 0.33% | - |
| XYZ | 4 | 6.81 | 4.47 | - |
| YUV | 58.63 | 124.82 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 53 | 0.89 | 0 | 0.38 | 0.67 | 154.74 | 0.81 | 0.18 |
| Hex | 9 | 55 | 35 | 59 | 0 | 26 | 43 | 9B | 51 | 12 |
| Octal | 11 | 125 | 65 | 131 | 0 | 46 | 103 | 233 | 121 | 22 |
| Binary | 1001 | 1010101 | 110101 | 1011001 | 0 | 100110 | 1000011 | 10011011 | 1010001 | 10010 |
Color Harmonies of #095535
Complementary color
Monochromatic Colors of #095535
Black with #095535
Text Example
Text Example
White with #095535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095535; }
p { color: rgb(9,85,53); }
H1.HeaderClassName
{
color: #095535;
}
.AnyTagClassName
{
color: #095535;
}
</style>
background-color css
<style>
a { background-color: #095535; }
a { background-color: rgb(9,85,53); }
div.DivClassName
{
background-color: #095535;
}
.BgClassName
{
background-color: #095535;
}
</style>
border-color css
<style>
span { border-color: #095535; }
span { border-color: rgb(9,85,53); }
td.TdClassName
{
border-color: #095535;
}
.TagClassName
{
border-color: #095535;
}
</style>