Shades of County Green #164A32
Tints of County Green #164A32
RGB
CMYK
RGB Variations
Color information
#164A32 (or 0x164A32) is known color: County Green. HEX triplet: 16, 4A and 32. RGB value is (22,74,50). Sum of RGB (Red+Green+Blue) = 22+74+50=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 74 (29.30% from 255 or 50.68% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 74 - color contains mainly: green. Hex color #164A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164A32 is #E9B5CD. Grayscale: #373737. Windows color (decimal): -15316430 or 3295766. OLE color: 3295766.
HSL color Cylindrical-coordinate representation of color #164A32: hue angle of 152.31º 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 #164A32 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 74 | 50 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.71 |
| HSL | 152.31º | 0.54% | 0.19% | - |
| HSV(B) | 152.31º | 0.7% | 0.29% | - |
| XYZ | 3.36 | 5.3 | 3.86 | - |
| YUV | 55.72 | 124.77 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 50 | 0.70 | 0 | 0.32 | 0.71 | 152.31 | 0.54 | 0.19 |
| Hex | 16 | 4A | 32 | 46 | 0 | 20 | 47 | 98 | 36 | 13 |
| Octal | 26 | 112 | 62 | 106 | 0 | 40 | 107 | 230 | 66 | 23 |
| Binary | 10110 | 1001010 | 110010 | 1000110 | 0 | 100000 | 1000111 | 10011000 | 110110 | 10011 |
Color Harmonies of #164A32
Complementary color
Monochromatic Colors of #164A32
Black with #164A32
Text Example
Text Example
White with #164A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164A32; }
p { color: rgb(22,74,50); }
H1.HeaderClassName
{
color: #164A32;
}
.AnyTagClassName
{
color: #164A32;
}
</style>
background-color css
<style>
a { background-color: #164A32; }
a { background-color: rgb(22,74,50); }
div.DivClassName
{
background-color: #164A32;
}
.BgClassName
{
background-color: #164A32;
}
</style>
border-color css
<style>
span { border-color: #164A32; }
span { border-color: rgb(22,74,50); }
td.TdClassName
{
border-color: #164A32;
}
.TagClassName
{
border-color: #164A32;
}
</style>