Shades of County Green #095132
Tints of County Green #095132
RGB
CMYK
RGB Variations
Color information
#095132 (or 0x095132) is known color: County Green. HEX triplet: 09, 51 and 32. RGB value is (9,81,50). Sum of RGB (Red+Green+Blue) = 9+81+50=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 81 (32.03% from 255 or 57.86% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 81 - color contains mainly: green. Hex color #095132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095132 is #F6AECD. Grayscale: #373737. Windows color (decimal): -16166606 or 3297545. OLE color: 3297545.
HSL color Cylindrical-coordinate representation of color #095132: hue angle of 154.17º 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 #095132 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 81 | 50 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.68 |
| HSL | 154.17º | 0.8% | 0.18% | - |
| HSV(B) | 154.17º | 0.89% | 0.32% | - |
| XYZ | 3.63 | 6.17 | 4.02 | - |
| YUV | 55.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 50 | 0.89 | 0 | 0.38 | 0.68 | 154.17 | 0.8 | 0.18 |
| Hex | 9 | 51 | 32 | 59 | 0 | 26 | 44 | 9A | 50 | 12 |
| Octal | 11 | 121 | 62 | 131 | 0 | 46 | 104 | 232 | 120 | 22 |
| Binary | 1001 | 1010001 | 110010 | 1011001 | 0 | 100110 | 1000100 | 10011010 | 1010000 | 10010 |
Color Harmonies of #095132
Complementary color
Monochromatic Colors of #095132
Black with #095132
Text Example
Text Example
White with #095132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095132; }
p { color: rgb(9,81,50); }
H1.HeaderClassName
{
color: #095132;
}
.AnyTagClassName
{
color: #095132;
}
</style>
background-color css
<style>
a { background-color: #095132; }
a { background-color: rgb(9,81,50); }
div.DivClassName
{
background-color: #095132;
}
.BgClassName
{
background-color: #095132;
}
</style>
border-color css
<style>
span { border-color: #095132; }
span { border-color: rgb(9,81,50); }
td.TdClassName
{
border-color: #095132;
}
.TagClassName
{
border-color: #095132;
}
</style>