Shades of Sherwood Green #164332
Tints of Sherwood Green #164332
RGB
CMYK
RGB Variations
Color information
#164332 (or 0x164332) is known color: Sherwood Green. HEX triplet: 16, 43 and 32. RGB value is (22,67,50). Sum of RGB (Red+Green+Blue) = 22+67+50=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #164332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164332 is #E9BCCD. Grayscale: #333333. Windows color (decimal): -15318222 or 3293974. OLE color: 3293974.
HSL color Cylindrical-coordinate representation of color #164332: hue angle of 157.33º degrees, saturation: 0.51, 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 #164332 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 67 | 50 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.74 |
| HSL | 157.33º | 0.51% | 0.17% | - |
| HSV(B) | 157.33º | 0.67% | 0.26% | - |
| XYZ | 2.91 | 4.42 | 3.72 | - |
| YUV | 51.61 | 127.09 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 50 | 0.67 | 0 | 0.25 | 0.74 | 157.33 | 0.51 | 0.17 |
| Hex | 16 | 43 | 32 | 43 | 0 | 19 | 4A | 9D | 33 | 11 |
| Octal | 26 | 103 | 62 | 103 | 0 | 31 | 112 | 235 | 63 | 21 |
| Binary | 10110 | 1000011 | 110010 | 1000011 | 0 | 11001 | 1001010 | 10011101 | 110011 | 10001 |
Color Harmonies of #164332
Complementary color
Monochromatic Colors of #164332
Black with #164332
Text Example
Text Example
White with #164332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164332; }
p { color: rgb(22,67,50); }
H1.HeaderClassName
{
color: #164332;
}
.AnyTagClassName
{
color: #164332;
}
</style>
background-color css
<style>
a { background-color: #164332; }
a { background-color: rgb(22,67,50); }
div.DivClassName
{
background-color: #164332;
}
.BgClassName
{
background-color: #164332;
}
</style>
border-color css
<style>
span { border-color: #164332; }
span { border-color: rgb(22,67,50); }
td.TdClassName
{
border-color: #164332;
}
.TagClassName
{
border-color: #164332;
}
</style>