Shades of Sherwood Green #164A3B
Tints of Sherwood Green #164A3B
RGB
CMYK
RGB Variations
Color information
#164A3B (or 0x164A3B) is known color: Sherwood Green. HEX triplet: 16, 4A and 3B. RGB value is (22,74,59). Sum of RGB (Red+Green+Blue) = 22+74+59=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 74 (29.30% from 255 or 47.74% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 74 - color contains mainly: green. Hex color #164A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164A3B is #E9B5C4. Grayscale: #383838. Windows color (decimal): -15316421 or 3885590. OLE color: 3885590.
HSL color Cylindrical-coordinate representation of color #164A3B: hue angle of 162.69º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #164A3B is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 74 | 59 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.71 |
| HSL | 162.69º | 0.54% | 0.19% | - |
| HSV(B) | 162.69º | 0.7% | 0.29% | - |
| XYZ | 3.57 | 5.38 | 4.99 | - |
| YUV | 56.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 59 | 0.70 | 0 | 0.20 | 0.71 | 162.69 | 0.54 | 0.19 |
| Hex | 16 | 4A | 3B | 46 | 0 | 14 | 47 | A3 | 36 | 13 |
| Octal | 26 | 112 | 73 | 106 | 0 | 24 | 107 | 243 | 66 | 23 |
| Binary | 10110 | 1001010 | 111011 | 1000110 | 0 | 10100 | 1000111 | 10100011 | 110110 | 10011 |
Color Harmonies of #164A3B
Complementary color
Monochromatic Colors of #164A3B
Black with #164A3B
Text Example
Text Example
White with #164A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164A3B; }
p { color: rgb(22,74,59); }
H1.HeaderClassName
{
color: #164A3B;
}
.AnyTagClassName
{
color: #164A3B;
}
</style>
background-color css
<style>
a { background-color: #164A3B; }
a { background-color: rgb(22,74,59); }
div.DivClassName
{
background-color: #164A3B;
}
.BgClassName
{
background-color: #164A3B;
}
</style>
border-color css
<style>
span { border-color: #164A3B; }
span { border-color: rgb(22,74,59); }
td.TdClassName
{
border-color: #164A3B;
}
.TagClassName
{
border-color: #164A3B;
}
</style>