Shades of Sherwood Green #164034
Tints of Sherwood Green #164034
RGB
CMYK
RGB Variations
Color information
#164034 (or 0x164034) is known color: Sherwood Green. HEX triplet: 16, 40 and 34. RGB value is (22,64,52). Sum of RGB (Red+Green+Blue) = 22+64+52=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #164034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164034 is #E9BFCB. Grayscale: #323232. Windows color (decimal): -15318988 or 3424278. OLE color: 3424278.
HSL color Cylindrical-coordinate representation of color #164034: hue angle of 162.86º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #164034 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 64 | 52 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.75 |
| HSL | 162.86º | 0.49% | 0.17% | - |
| HSV(B) | 162.86º | 0.66% | 0.25% | - |
| XYZ | 2.78 | 4.09 | 3.89 | - |
| YUV | 50.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 52 | 0.66 | 0 | 0.19 | 0.75 | 162.86 | 0.49 | 0.17 |
| Hex | 16 | 40 | 34 | 42 | 0 | 13 | 4B | A3 | 31 | 11 |
| Octal | 26 | 100 | 64 | 102 | 0 | 23 | 113 | 243 | 61 | 21 |
| Binary | 10110 | 1000000 | 110100 | 1000010 | 0 | 10011 | 1001011 | 10100011 | 110001 | 10001 |
Color Harmonies of #164034
Complementary color
Monochromatic Colors of #164034
Black with #164034
Text Example
Text Example
White with #164034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164034; }
p { color: rgb(22,64,52); }
H1.HeaderClassName
{
color: #164034;
}
.AnyTagClassName
{
color: #164034;
}
</style>
background-color css
<style>
a { background-color: #164034; }
a { background-color: rgb(22,64,52); }
div.DivClassName
{
background-color: #164034;
}
.BgClassName
{
background-color: #164034;
}
</style>
border-color css
<style>
span { border-color: #164034; }
span { border-color: rgb(22,64,52); }
td.TdClassName
{
border-color: #164034;
}
.TagClassName
{
border-color: #164034;
}
</style>