Shades of Sherwood Green #164F3A
Tints of Sherwood Green #164F3A
RGB
CMYK
RGB Variations
Color information
#164F3A (or 0x164F3A) is known color: Sherwood Green. HEX triplet: 16, 4F and 3A. RGB value is (22,79,58). Sum of RGB (Red+Green+Blue) = 22+79+58=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 79 (31.25% from 255 or 49.69% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 79 - color contains mainly: green. Hex color #164F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164F3A is #E9B0C5. Grayscale: #3B3B3B. Windows color (decimal): -15315142 or 3821334. OLE color: 3821334.
HSL color Cylindrical-coordinate representation of color #164F3A: hue angle of 157.89º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #164F3A is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 79 | 58 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.69 |
| HSL | 157.89º | 0.56% | 0.2% | - |
| HSV(B) | 157.89º | 0.72% | 0.31% | - |
| XYZ | 3.89 | 6.07 | 4.97 | - |
| YUV | 59.56 | 127.12 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 79 | 58 | 0.72 | 0 | 0.27 | 0.69 | 157.89 | 0.56 | 0.2 |
| Hex | 16 | 4F | 3A | 48 | 0 | 1B | 45 | 9E | 38 | 14 |
| Octal | 26 | 117 | 72 | 110 | 0 | 33 | 105 | 236 | 70 | 24 |
| Binary | 10110 | 1001111 | 111010 | 1001000 | 0 | 11011 | 1000101 | 10011110 | 111000 | 10100 |
Color Harmonies of #164F3A
Complementary color
Monochromatic Colors of #164F3A
Black with #164F3A
Text Example
Text Example
White with #164F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164F3A; }
p { color: rgb(22,79,58); }
H1.HeaderClassName
{
color: #164F3A;
}
.AnyTagClassName
{
color: #164F3A;
}
</style>
background-color css
<style>
a { background-color: #164F3A; }
a { background-color: rgb(22,79,58); }
div.DivClassName
{
background-color: #164F3A;
}
.BgClassName
{
background-color: #164F3A;
}
</style>
border-color css
<style>
span { border-color: #164F3A; }
span { border-color: rgb(22,79,58); }
td.TdClassName
{
border-color: #164F3A;
}
.TagClassName
{
border-color: #164F3A;
}
</style>