Shades of County Green #095134
Tints of County Green #095134
RGB
CMYK
RGB Variations
Color information
#095134 (or 0x095134) is known color: County Green. HEX triplet: 09, 51 and 34. RGB value is (9,81,52). Sum of RGB (Red+Green+Blue) = 9+81+52=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #095134 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095134 is #F6AECB. Grayscale: #383838. Windows color (decimal): -16166604 or 3428617. OLE color: 3428617.
HSL color Cylindrical-coordinate representation of color #095134: hue angle of 155.83º 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 #095134 is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 81 | 52 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.68 |
| HSL | 155.83º | 0.8% | 0.18% | - |
| HSV(B) | 155.83º | 0.89% | 0.32% | - |
| XYZ | 3.67 | 6.19 | 4.25 | - |
| YUV | 56.17 | 125.65 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 52 | 0.89 | 0 | 0.36 | 0.68 | 155.83 | 0.8 | 0.18 |
| Hex | 9 | 51 | 34 | 59 | 0 | 24 | 44 | 9C | 50 | 12 |
| Octal | 11 | 121 | 64 | 131 | 0 | 44 | 104 | 234 | 120 | 22 |
| Binary | 1001 | 1010001 | 110100 | 1011001 | 0 | 100100 | 1000100 | 10011100 | 1010000 | 10010 |
Color Harmonies of #095134
Complementary color
Monochromatic Colors of #095134
Black with #095134
Text Example
Text Example
White with #095134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095134; }
p { color: rgb(9,81,52); }
H1.HeaderClassName
{
color: #095134;
}
.AnyTagClassName
{
color: #095134;
}
</style>
background-color css
<style>
a { background-color: #095134; }
a { background-color: rgb(9,81,52); }
div.DivClassName
{
background-color: #095134;
}
.BgClassName
{
background-color: #095134;
}
</style>
border-color css
<style>
span { border-color: #095134; }
span { border-color: rgb(9,81,52); }
td.TdClassName
{
border-color: #095134;
}
.TagClassName
{
border-color: #095134;
}
</style>