Shades of County Green #164B32
Tints of County Green #164B32
RGB
CMYK
RGB Variations
Color information
#164B32 (or 0x164B32) is known color: County Green. HEX triplet: 16, 4B and 32. RGB value is (22,75,50). Sum of RGB (Red+Green+Blue) = 22+75+50=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 75 (29.69% from 255 or 51.02% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 75 - color contains mainly: green. Hex color #164B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164B32 is #E9B4CD. Grayscale: #383838. Windows color (decimal): -15316174 or 3296022. OLE color: 3296022.
HSL color Cylindrical-coordinate representation of color #164B32: hue angle of 151.7º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164B32 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 75 | 50 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.71 |
| HSL | 151.7º | 0.55% | 0.19% | - |
| HSV(B) | 151.7º | 0.71% | 0.29% | - |
| XYZ | 3.42 | 5.43 | 3.89 | - |
| YUV | 56.3 | 124.44 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 50 | 0.71 | 0 | 0.33 | 0.71 | 151.7 | 0.55 | 0.19 |
| Hex | 16 | 4B | 32 | 47 | 0 | 21 | 47 | 98 | 37 | 13 |
| Octal | 26 | 113 | 62 | 107 | 0 | 41 | 107 | 230 | 67 | 23 |
| Binary | 10110 | 1001011 | 110010 | 1000111 | 0 | 100001 | 1000111 | 10011000 | 110111 | 10011 |
Color Harmonies of #164B32
Complementary color
Monochromatic Colors of #164B32
Black with #164B32
Text Example
Text Example
White with #164B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164B32; }
p { color: rgb(22,75,50); }
H1.HeaderClassName
{
color: #164B32;
}
.AnyTagClassName
{
color: #164B32;
}
</style>
background-color css
<style>
a { background-color: #164B32; }
a { background-color: rgb(22,75,50); }
div.DivClassName
{
background-color: #164B32;
}
.BgClassName
{
background-color: #164B32;
}
</style>
border-color css
<style>
span { border-color: #164B32; }
span { border-color: rgb(22,75,50); }
td.TdClassName
{
border-color: #164B32;
}
.TagClassName
{
border-color: #164B32;
}
</style>