Shades of Sherwood Green #164235
Tints of Sherwood Green #164235
RGB
CMYK
RGB Variations
Color information
#164235 (or 0x164235) is known color: Sherwood Green. HEX triplet: 16, 42 and 35. RGB value is (22,66,53). Sum of RGB (Red+Green+Blue) = 22+66+53=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #164235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164235 is #E9BDCA. Grayscale: #333333. Windows color (decimal): -15318475 or 3490326. OLE color: 3490326.
HSL color Cylindrical-coordinate representation of color #164235: hue angle of 162.27º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #164235 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 66 | 53 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.74 |
| HSL | 162.27º | 0.5% | 0.17% | - |
| HSV(B) | 162.27º | 0.67% | 0.26% | - |
| XYZ | 2.92 | 4.32 | 4.05 | - |
| YUV | 51.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 53 | 0.67 | 0 | 0.20 | 0.74 | 162.27 | 0.5 | 0.17 |
| Hex | 16 | 42 | 35 | 43 | 0 | 14 | 4A | A2 | 32 | 11 |
| Octal | 26 | 102 | 65 | 103 | 0 | 24 | 112 | 242 | 62 | 21 |
| Binary | 10110 | 1000010 | 110101 | 1000011 | 0 | 10100 | 1001010 | 10100010 | 110010 | 10001 |
Color Harmonies of #164235
Complementary color
Monochromatic Colors of #164235
Black with #164235
Text Example
Text Example
White with #164235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164235; }
p { color: rgb(22,66,53); }
H1.HeaderClassName
{
color: #164235;
}
.AnyTagClassName
{
color: #164235;
}
</style>
background-color css
<style>
a { background-color: #164235; }
a { background-color: rgb(22,66,53); }
div.DivClassName
{
background-color: #164235;
}
.BgClassName
{
background-color: #164235;
}
</style>
border-color css
<style>
span { border-color: #164235; }
span { border-color: rgb(22,66,53); }
td.TdClassName
{
border-color: #164235;
}
.TagClassName
{
border-color: #164235;
}
</style>