Shades of County Green #164D32
Tints of County Green #164D32
RGB
CMYK
RGB Variations
Color information
#164D32 (or 0x164D32) is known color: County Green. HEX triplet: 16, 4D and 32. RGB value is (22,77,50). Sum of RGB (Red+Green+Blue) = 22+77+50=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #164D32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164D32 is #E9B2CD. Grayscale: #393939. Windows color (decimal): -15315662 or 3296534. OLE color: 3296534.
HSL color Cylindrical-coordinate representation of color #164D32: hue angle of 150.55º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164D32 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 77 | 50 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.70 |
| HSL | 150.55º | 0.56% | 0.19% | - |
| HSV(B) | 150.55º | 0.71% | 0.3% | - |
| XYZ | 3.56 | 5.71 | 3.93 | - |
| YUV | 57.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 50 | 0.71 | 0 | 0.35 | 0.70 | 150.55 | 0.56 | 0.19 |
| Hex | 16 | 4D | 32 | 47 | 0 | 23 | 46 | 97 | 38 | 13 |
| Octal | 26 | 115 | 62 | 107 | 0 | 43 | 106 | 227 | 70 | 23 |
| Binary | 10110 | 1001101 | 110010 | 1000111 | 0 | 100011 | 1000110 | 10010111 | 111000 | 10011 |
Color Harmonies of #164D32
Complementary color
Monochromatic Colors of #164D32
Black with #164D32
Text Example
Text Example
White with #164D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D32; }
p { color: rgb(22,77,50); }
H1.HeaderClassName
{
color: #164D32;
}
.AnyTagClassName
{
color: #164D32;
}
</style>
background-color css
<style>
a { background-color: #164D32; }
a { background-color: rgb(22,77,50); }
div.DivClassName
{
background-color: #164D32;
}
.BgClassName
{
background-color: #164D32;
}
</style>
border-color css
<style>
span { border-color: #164D32; }
span { border-color: rgb(22,77,50); }
td.TdClassName
{
border-color: #164D32;
}
.TagClassName
{
border-color: #164D32;
}
</style>