Shades of County Green #164A33
Tints of County Green #164A33
RGB
CMYK
RGB Variations
Color information
#164A33 (or 0x164A33) is known color: County Green. HEX triplet: 16, 4A and 33. RGB value is (22,74,51). Sum of RGB (Red+Green+Blue) = 22+74+51=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #164A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164A33 is #E9B5CC. Grayscale: #373737. Windows color (decimal): -15316429 or 3361302. OLE color: 3361302.
HSL color Cylindrical-coordinate representation of color #164A33: hue angle of 153.46º 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 #164A33 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 74 | 51 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.71 |
| HSL | 153.46º | 0.54% | 0.19% | - |
| HSV(B) | 153.46º | 0.7% | 0.29% | - |
| XYZ | 3.38 | 5.31 | 3.98 | - |
| YUV | 55.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 51 | 0.70 | 0 | 0.31 | 0.71 | 153.46 | 0.54 | 0.19 |
| Hex | 16 | 4A | 33 | 46 | 0 | 1F | 47 | 99 | 36 | 13 |
| Octal | 26 | 112 | 63 | 106 | 0 | 37 | 107 | 231 | 66 | 23 |
| Binary | 10110 | 1001010 | 110011 | 1000110 | 0 | 11111 | 1000111 | 10011001 | 110110 | 10011 |
Color Harmonies of #164A33
Complementary color
Monochromatic Colors of #164A33
Black with #164A33
Text Example
Text Example
White with #164A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164A33; }
p { color: rgb(22,74,51); }
H1.HeaderClassName
{
color: #164A33;
}
.AnyTagClassName
{
color: #164A33;
}
</style>
background-color css
<style>
a { background-color: #164A33; }
a { background-color: rgb(22,74,51); }
div.DivClassName
{
background-color: #164A33;
}
.BgClassName
{
background-color: #164A33;
}
</style>
border-color css
<style>
span { border-color: #164A33; }
span { border-color: rgb(22,74,51); }
td.TdClassName
{
border-color: #164A33;
}
.TagClassName
{
border-color: #164A33;
}
</style>