Shades of Sherwood Green #164534
Tints of Sherwood Green #164534
RGB
CMYK
RGB Variations
Color information
#164534 (or 0x164534) is known color: Sherwood Green. HEX triplet: 16, 45 and 34. RGB value is (22,69,52). Sum of RGB (Red+Green+Blue) = 22+69+52=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #164534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164534 is #E9BACB. Grayscale: #353535. Windows color (decimal): -15317708 or 3425558. OLE color: 3425558.
HSL color Cylindrical-coordinate representation of color #164534: hue angle of 158.3º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #164534 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 69 | 52 | - |
| CMYK | 0.68 | 0 | 0.25 | 0.73 |
| HSL | 158.3º | 0.52% | 0.18% | - |
| HSV(B) | 158.3º | 0.68% | 0.27% | - |
| XYZ | 3.08 | 4.67 | 3.99 | - |
| YUV | 53.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 69 | 52 | 0.68 | 0 | 0.25 | 0.73 | 158.3 | 0.52 | 0.18 |
| Hex | 16 | 45 | 34 | 44 | 0 | 19 | 49 | 9E | 34 | 12 |
| Octal | 26 | 105 | 64 | 104 | 0 | 31 | 111 | 236 | 64 | 22 |
| Binary | 10110 | 1000101 | 110100 | 1000100 | 0 | 11001 | 1001001 | 10011110 | 110100 | 10010 |
Color Harmonies of #164534
Complementary color
Monochromatic Colors of #164534
Black with #164534
Text Example
Text Example
White with #164534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164534; }
p { color: rgb(22,69,52); }
H1.HeaderClassName
{
color: #164534;
}
.AnyTagClassName
{
color: #164534;
}
</style>
background-color css
<style>
a { background-color: #164534; }
a { background-color: rgb(22,69,52); }
div.DivClassName
{
background-color: #164534;
}
.BgClassName
{
background-color: #164534;
}
</style>
border-color css
<style>
span { border-color: #164534; }
span { border-color: rgb(22,69,52); }
td.TdClassName
{
border-color: #164534;
}
.TagClassName
{
border-color: #164534;
}
</style>