Shades of County Green #164933
Tints of County Green #164933
RGB
CMYK
RGB Variations
Color information
#164933 (or 0x164933) is known color: County Green. HEX triplet: 16, 49 and 33. RGB value is (22,73,51). Sum of RGB (Red+Green+Blue) = 22+73+51=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 51 (20.31% from 255 or 34.93% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #164933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164933 is #E9B6CC. Grayscale: #373737. Windows color (decimal): -15316685 or 3361046. OLE color: 3361046.
HSL color Cylindrical-coordinate representation of color #164933: hue angle of 154.12º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #164933 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 73 | 51 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.71 |
| HSL | 154.12º | 0.54% | 0.19% | - |
| HSV(B) | 154.12º | 0.7% | 0.29% | - |
| XYZ | 3.31 | 5.17 | 3.96 | - |
| YUV | 55.24 | 125.6 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 51 | 0.70 | 0 | 0.30 | 0.71 | 154.12 | 0.54 | 0.19 |
| Hex | 16 | 49 | 33 | 46 | 0 | 1E | 47 | 9A | 36 | 13 |
| Octal | 26 | 111 | 63 | 106 | 0 | 36 | 107 | 232 | 66 | 23 |
| Binary | 10110 | 1001001 | 110011 | 1000110 | 0 | 11110 | 1000111 | 10011010 | 110110 | 10011 |
Color Harmonies of #164933
Complementary color
Monochromatic Colors of #164933
Black with #164933
Text Example
Text Example
White with #164933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164933; }
p { color: rgb(22,73,51); }
H1.HeaderClassName
{
color: #164933;
}
.AnyTagClassName
{
color: #164933;
}
</style>
background-color css
<style>
a { background-color: #164933; }
a { background-color: rgb(22,73,51); }
div.DivClassName
{
background-color: #164933;
}
.BgClassName
{
background-color: #164933;
}
</style>
border-color css
<style>
span { border-color: #164933; }
span { border-color: rgb(22,73,51); }
td.TdClassName
{
border-color: #164933;
}
.TagClassName
{
border-color: #164933;
}
</style>