Shades of County Green #095137
Tints of County Green #095137
RGB
CMYK
RGB Variations
Color information
#095137 (or 0x095137) is known color: County Green. HEX triplet: 09, 51 and 37. RGB value is (9,81,55). Sum of RGB (Red+Green+Blue) = 9+81+55=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 81 (32.03% from 255 or 55.86% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 81 - color contains mainly: green. Hex color #095137 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095137 is #F6AEC8. Grayscale: #383838. Windows color (decimal): -16166601 or 3625225. OLE color: 3625225.
HSL color Cylindrical-coordinate representation of color #095137: hue angle of 158.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095137 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 81 | 55 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.68 |
| HSL | 158.33º | 0.8% | 0.18% | - |
| HSV(B) | 158.33º | 0.89% | 0.32% | - |
| XYZ | 3.74 | 6.22 | 4.62 | - |
| YUV | 56.51 | 127.15 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 55 | 0.89 | 0 | 0.32 | 0.68 | 158.33 | 0.8 | 0.18 |
| Hex | 9 | 51 | 37 | 59 | 0 | 20 | 44 | 9E | 50 | 12 |
| Octal | 11 | 121 | 67 | 131 | 0 | 40 | 104 | 236 | 120 | 22 |
| Binary | 1001 | 1010001 | 110111 | 1011001 | 0 | 100000 | 1000100 | 10011110 | 1010000 | 10010 |
Color Harmonies of #095137
Complementary color
Monochromatic Colors of #095137
Black with #095137
Text Example
Text Example
White with #095137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095137; }
p { color: rgb(9,81,55); }
H1.HeaderClassName
{
color: #095137;
}
.AnyTagClassName
{
color: #095137;
}
</style>
background-color css
<style>
a { background-color: #095137; }
a { background-color: rgb(9,81,55); }
div.DivClassName
{
background-color: #095137;
}
.BgClassName
{
background-color: #095137;
}
</style>
border-color css
<style>
span { border-color: #095137; }
span { border-color: rgb(9,81,55); }
td.TdClassName
{
border-color: #095137;
}
.TagClassName
{
border-color: #095137;
}
</style>