Shades of County Green #095333
Tints of County Green #095333
RGB
CMYK
RGB Variations
Color information
#095333 (or 0x095333) is known color: County Green. HEX triplet: 09, 53 and 33. RGB value is (9,83,51). Sum of RGB (Red+Green+Blue) = 9+83+51=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 83 (32.81% from 255 or 58.04% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 83 - color contains mainly: green. Hex color #095333 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095333 is #F6ACCC. Grayscale: #393939. Windows color (decimal): -16166093 or 3363593. OLE color: 3363593.
HSL color Cylindrical-coordinate representation of color #095333: hue angle of 154.05º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095333 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 83 | 51 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.67 |
| HSL | 154.05º | 0.8% | 0.18% | - |
| HSV(B) | 154.05º | 0.89% | 0.33% | - |
| XYZ | 3.8 | 6.48 | 4.18 | - |
| YUV | 57.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 51 | 0.89 | 0 | 0.39 | 0.67 | 154.05 | 0.8 | 0.18 |
| Hex | 9 | 53 | 33 | 59 | 0 | 27 | 43 | 9A | 50 | 12 |
| Octal | 11 | 123 | 63 | 131 | 0 | 47 | 103 | 232 | 120 | 22 |
| Binary | 1001 | 1010011 | 110011 | 1011001 | 0 | 100111 | 1000011 | 10011010 | 1010000 | 10010 |
Color Harmonies of #095333
Complementary color
Monochromatic Colors of #095333
Black with #095333
Text Example
Text Example
White with #095333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095333; }
p { color: rgb(9,83,51); }
H1.HeaderClassName
{
color: #095333;
}
.AnyTagClassName
{
color: #095333;
}
</style>
background-color css
<style>
a { background-color: #095333; }
a { background-color: rgb(9,83,51); }
div.DivClassName
{
background-color: #095333;
}
.BgClassName
{
background-color: #095333;
}
</style>
border-color css
<style>
span { border-color: #095333; }
span { border-color: rgb(9,83,51); }
td.TdClassName
{
border-color: #095333;
}
.TagClassName
{
border-color: #095333;
}
</style>