Shades of Sherwood Green #165240
Tints of Sherwood Green #165240
RGB
CMYK
RGB Variations
Color information
#165240 (or 0x165240) is known color: Sherwood Green. HEX triplet: 16, 52 and 40. RGB value is (22,82,64). Sum of RGB (Red+Green+Blue) = 22+82+64=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 82 - color contains mainly: green. Hex color #165240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165240 is #E9ADBF. Grayscale: #3E3E3E. Windows color (decimal): -15314368 or 4215318. OLE color: 4215318.
HSL color Cylindrical-coordinate representation of color #165240: hue angle of 162º 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 #165240 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 82 | 64 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.68 |
| HSL | 162º | 0.58% | 0.2% | - |
| HSV(B) | 162º | 0.73% | 0.32% | - |
| XYZ | 4.27 | 6.58 | 5.89 | - |
| YUV | 62.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 64 | 0.73 | 0 | 0.22 | 0.68 | 162 | 0.58 | 0.2 |
| Hex | 16 | 52 | 40 | 49 | 0 | 16 | 44 | A2 | 3A | 14 |
| Octal | 26 | 122 | 100 | 111 | 0 | 26 | 104 | 242 | 72 | 24 |
| Binary | 10110 | 1010010 | 1000000 | 1001001 | 0 | 10110 | 1000100 | 10100010 | 111010 | 10100 |
Color Harmonies of #165240
Complementary color
Monochromatic Colors of #165240
Black with #165240
Text Example
Text Example
White with #165240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165240; }
p { color: rgb(22,82,64); }
H1.HeaderClassName
{
color: #165240;
}
.AnyTagClassName
{
color: #165240;
}
</style>
background-color css
<style>
a { background-color: #165240; }
a { background-color: rgb(22,82,64); }
div.DivClassName
{
background-color: #165240;
}
.BgClassName
{
background-color: #165240;
}
</style>
border-color css
<style>
span { border-color: #165240; }
span { border-color: rgb(22,82,64); }
td.TdClassName
{
border-color: #165240;
}
.TagClassName
{
border-color: #165240;
}
</style>