Shades of County Green #164C33
Tints of County Green #164C33
RGB
CMYK
RGB Variations
Color information
#164C33 (or 0x164C33) is known color: County Green. HEX triplet: 16, 4C and 33. RGB value is (22,76,51). Sum of RGB (Red+Green+Blue) = 22+76+51=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 76 (30.08% from 255 or 51.01% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 76 - color contains mainly: green. Hex color #164C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164C33 is #E9B3CC. Grayscale: #393939. Windows color (decimal): -15315917 or 3361814. OLE color: 3361814.
HSL color Cylindrical-coordinate representation of color #164C33: hue angle of 152.22º degrees, saturation: 0.55, 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 #164C33 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 76 | 51 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.70 |
| HSL | 152.22º | 0.55% | 0.19% | - |
| HSV(B) | 152.22º | 0.71% | 0.3% | - |
| XYZ | 3.51 | 5.58 | 4.02 | - |
| YUV | 57 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 51 | 0.71 | 0 | 0.33 | 0.70 | 152.22 | 0.55 | 0.19 |
| Hex | 16 | 4C | 33 | 47 | 0 | 21 | 46 | 98 | 37 | 13 |
| Octal | 26 | 114 | 63 | 107 | 0 | 41 | 106 | 230 | 67 | 23 |
| Binary | 10110 | 1001100 | 110011 | 1000111 | 0 | 100001 | 1000110 | 10011000 | 110111 | 10011 |
Color Harmonies of #164C33
Complementary color
Monochromatic Colors of #164C33
Black with #164C33
Text Example
Text Example
White with #164C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C33; }
p { color: rgb(22,76,51); }
H1.HeaderClassName
{
color: #164C33;
}
.AnyTagClassName
{
color: #164C33;
}
</style>
background-color css
<style>
a { background-color: #164C33; }
a { background-color: rgb(22,76,51); }
div.DivClassName
{
background-color: #164C33;
}
.BgClassName
{
background-color: #164C33;
}
</style>
border-color css
<style>
span { border-color: #164C33; }
span { border-color: rgb(22,76,51); }
td.TdClassName
{
border-color: #164C33;
}
.TagClassName
{
border-color: #164C33;
}
</style>