Shades of County Green #095133
Tints of County Green #095133
RGB
CMYK
RGB Variations
Color information
#095133 (or 0x095133) is known color: County Green. HEX triplet: 09, 51 and 33. RGB value is (9,81,51). Sum of RGB (Red+Green+Blue) = 9+81+51=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #095133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095133 is #F6AECC. Grayscale: #383838. Windows color (decimal): -16166605 or 3363081. OLE color: 3363081.
HSL color Cylindrical-coordinate representation of color #095133: hue angle of 155º 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 #095133 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 81 | 51 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.68 |
| HSL | 155º | 0.8% | 0.18% | - |
| HSV(B) | 155º | 0.89% | 0.32% | - |
| XYZ | 3.65 | 6.18 | 4.13 | - |
| YUV | 56.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 51 | 0.89 | 0 | 0.37 | 0.68 | 155 | 0.8 | 0.18 |
| Hex | 9 | 51 | 33 | 59 | 0 | 25 | 44 | 9B | 50 | 12 |
| Octal | 11 | 121 | 63 | 131 | 0 | 45 | 104 | 233 | 120 | 22 |
| Binary | 1001 | 1010001 | 110011 | 1011001 | 0 | 100101 | 1000100 | 10011011 | 1010000 | 10010 |
Color Harmonies of #095133
Complementary color
Monochromatic Colors of #095133
Black with #095133
Text Example
Text Example
White with #095133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095133; }
p { color: rgb(9,81,51); }
H1.HeaderClassName
{
color: #095133;
}
.AnyTagClassName
{
color: #095133;
}
</style>
background-color css
<style>
a { background-color: #095133; }
a { background-color: rgb(9,81,51); }
div.DivClassName
{
background-color: #095133;
}
.BgClassName
{
background-color: #095133;
}
</style>
border-color css
<style>
span { border-color: #095133; }
span { border-color: rgb(9,81,51); }
td.TdClassName
{
border-color: #095133;
}
.TagClassName
{
border-color: #095133;
}
</style>