Shades of County Green #164833
Tints of County Green #164833
RGB
CMYK
RGB Variations
Color information
#164833 (or 0x164833) is known color: County Green. HEX triplet: 16, 48 and 33. RGB value is (22,72,51). Sum of RGB (Red+Green+Blue) = 22+72+51=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #164833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164833 is #E9B7CC. Grayscale: #363636. Windows color (decimal): -15316941 or 3360790. OLE color: 3360790.
HSL color Cylindrical-coordinate representation of color #164833: hue angle of 154.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #164833 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 72 | 51 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.72 |
| HSL | 154.8º | 0.53% | 0.18% | - |
| HSV(B) | 154.8º | 0.69% | 0.28% | - |
| XYZ | 3.25 | 5.04 | 3.93 | - |
| YUV | 54.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 51 | 0.69 | 0 | 0.29 | 0.72 | 154.8 | 0.53 | 0.18 |
| Hex | 16 | 48 | 33 | 45 | 0 | 1D | 48 | 9B | 35 | 12 |
| Octal | 26 | 110 | 63 | 105 | 0 | 35 | 110 | 233 | 65 | 22 |
| Binary | 10110 | 1001000 | 110011 | 1000101 | 0 | 11101 | 1001000 | 10011011 | 110101 | 10010 |
Color Harmonies of #164833
Complementary color
Monochromatic Colors of #164833
Black with #164833
Text Example
Text Example
White with #164833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164833; }
p { color: rgb(22,72,51); }
H1.HeaderClassName
{
color: #164833;
}
.AnyTagClassName
{
color: #164833;
}
</style>
background-color css
<style>
a { background-color: #164833; }
a { background-color: rgb(22,72,51); }
div.DivClassName
{
background-color: #164833;
}
.BgClassName
{
background-color: #164833;
}
</style>
border-color css
<style>
span { border-color: #164833; }
span { border-color: rgb(22,72,51); }
td.TdClassName
{
border-color: #164833;
}
.TagClassName
{
border-color: #164833;
}
</style>