Shades of County Green #095036
Tints of County Green #095036
RGB
CMYK
RGB Variations
Color information
#095036 (or 0x095036) is known color: County Green. HEX triplet: 09, 50 and 36. RGB value is (9,80,54). Sum of RGB (Red+Green+Blue) = 9+80+54=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #095036 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095036 is #F6AFC9. Grayscale: #373737. Windows color (decimal): -16166858 or 3559433. OLE color: 3559433.
HSL color Cylindrical-coordinate representation of color #095036: hue angle of 158.03º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095036 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 80 | 54 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.69 |
| HSL | 158.03º | 0.8% | 0.17% | - |
| HSV(B) | 158.03º | 0.89% | 0.31% | - |
| XYZ | 3.65 | 6.06 | 4.47 | - |
| YUV | 55.81 | 126.98 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 54 | 0.89 | 0 | 0.33 | 0.69 | 158.03 | 0.8 | 0.17 |
| Hex | 9 | 50 | 36 | 59 | 0 | 21 | 45 | 9E | 50 | 11 |
| Octal | 11 | 120 | 66 | 131 | 0 | 41 | 105 | 236 | 120 | 21 |
| Binary | 1001 | 1010000 | 110110 | 1011001 | 0 | 100001 | 1000101 | 10011110 | 1010000 | 10001 |
Color Harmonies of #095036
Complementary color
Monochromatic Colors of #095036
Black with #095036
Text Example
Text Example
White with #095036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095036; }
p { color: rgb(9,80,54); }
H1.HeaderClassName
{
color: #095036;
}
.AnyTagClassName
{
color: #095036;
}
</style>
background-color css
<style>
a { background-color: #095036; }
a { background-color: rgb(9,80,54); }
div.DivClassName
{
background-color: #095036;
}
.BgClassName
{
background-color: #095036;
}
</style>
border-color css
<style>
span { border-color: #095036; }
span { border-color: rgb(9,80,54); }
td.TdClassName
{
border-color: #095036;
}
.TagClassName
{
border-color: #095036;
}
</style>