Shades of Sherwood Green #16523E
Tints of Sherwood Green #16523E
RGB
CMYK
RGB Variations
Color information
#16523E (or 0x16523E) is known color: Sherwood Green. HEX triplet: 16, 52 and 3E. RGB value is (22,82,62). Sum of RGB (Red+Green+Blue) = 22+82+62=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #16523E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16523E is #E9ADC1. Grayscale: #3D3D3D. Windows color (decimal): -15314370 or 4084246. OLE color: 4084246.
HSL color Cylindrical-coordinate representation of color #16523E: hue angle of 160º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16523E is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 82 | 62 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.68 |
| HSL | 160º | 0.58% | 0.2% | - |
| HSV(B) | 160º | 0.73% | 0.32% | - |
| XYZ | 4.22 | 6.55 | 5.6 | - |
| YUV | 61.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 62 | 0.73 | 0 | 0.24 | 0.68 | 160 | 0.58 | 0.2 |
| Hex | 16 | 52 | 3E | 49 | 0 | 18 | 44 | A0 | 3A | 14 |
| Octal | 26 | 122 | 76 | 111 | 0 | 30 | 104 | 240 | 72 | 24 |
| Binary | 10110 | 1010010 | 111110 | 1001001 | 0 | 11000 | 1000100 | 10100000 | 111010 | 10100 |
Color Harmonies of #16523E
Complementary color
Monochromatic Colors of #16523E
Black with #16523E
Text Example
Text Example
White with #16523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16523E; }
p { color: rgb(22,82,62); }
H1.HeaderClassName
{
color: #16523E;
}
.AnyTagClassName
{
color: #16523E;
}
</style>
background-color css
<style>
a { background-color: #16523E; }
a { background-color: rgb(22,82,62); }
div.DivClassName
{
background-color: #16523E;
}
.BgClassName
{
background-color: #16523E;
}
</style>
border-color css
<style>
span { border-color: #16523E; }
span { border-color: rgb(22,82,62); }
td.TdClassName
{
border-color: #16523E;
}
.TagClassName
{
border-color: #16523E;
}
</style>