Shades of County Green #095232
Tints of County Green #095232
RGB
CMYK
RGB Variations
Color information
#095232 (or 0x095232) is known color: County Green. HEX triplet: 09, 52 and 32. RGB value is (9,82,50). Sum of RGB (Red+Green+Blue) = 9+82+50=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #095232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095232 is #F6ADCD. Grayscale: #383838. Windows color (decimal): -16166350 or 3297801. OLE color: 3297801.
HSL color Cylindrical-coordinate representation of color #095232: hue angle of 153.7º 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 #095232 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 82 | 50 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.68 |
| HSL | 153.7º | 0.8% | 0.18% | - |
| HSV(B) | 153.7º | 0.89% | 0.32% | - |
| XYZ | 3.71 | 6.32 | 4.04 | - |
| YUV | 56.53 | 124.32 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 50 | 0.89 | 0 | 0.39 | 0.68 | 153.7 | 0.8 | 0.18 |
| Hex | 9 | 52 | 32 | 59 | 0 | 27 | 44 | 9A | 50 | 12 |
| Octal | 11 | 122 | 62 | 131 | 0 | 47 | 104 | 232 | 120 | 22 |
| Binary | 1001 | 1010010 | 110010 | 1011001 | 0 | 100111 | 1000100 | 10011010 | 1010000 | 10010 |
Color Harmonies of #095232
Complementary color
Monochromatic Colors of #095232
Black with #095232
Text Example
Text Example
White with #095232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095232; }
p { color: rgb(9,82,50); }
H1.HeaderClassName
{
color: #095232;
}
.AnyTagClassName
{
color: #095232;
}
</style>
background-color css
<style>
a { background-color: #095232; }
a { background-color: rgb(9,82,50); }
div.DivClassName
{
background-color: #095232;
}
.BgClassName
{
background-color: #095232;
}
</style>
border-color css
<style>
span { border-color: #095232; }
span { border-color: rgb(9,82,50); }
td.TdClassName
{
border-color: #095232;
}
.TagClassName
{
border-color: #095232;
}
</style>