Shades of Sherwood Green #165441
Tints of Sherwood Green #165441
RGB
CMYK
RGB Variations
Color information
#165441 (or 0x165441) is known color: Sherwood Green. HEX triplet: 16, 54 and 41. RGB value is (22,84,65). Sum of RGB (Red+Green+Blue) = 22+84+65=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #165441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165441 is #E9ABBE. Grayscale: #3F3F3F. Windows color (decimal): -15313855 or 4281366. OLE color: 4281366.
HSL color Cylindrical-coordinate representation of color #165441: hue angle of 161.61º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165441 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 84 | 65 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.67 |
| HSL | 161.61º | 0.58% | 0.21% | - |
| HSV(B) | 161.61º | 0.74% | 0.33% | - |
| XYZ | 4.46 | 6.89 | 6.1 | - |
| YUV | 63.3 | 128.96 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 65 | 0.74 | 0 | 0.23 | 0.67 | 161.61 | 0.58 | 0.21 |
| Hex | 16 | 54 | 41 | 4A | 0 | 17 | 43 | A2 | 3A | 15 |
| Octal | 26 | 124 | 101 | 112 | 0 | 27 | 103 | 242 | 72 | 25 |
| Binary | 10110 | 1010100 | 1000001 | 1001010 | 0 | 10111 | 1000011 | 10100010 | 111010 | 10101 |
Color Harmonies of #165441
Complementary color
Monochromatic Colors of #165441
Black with #165441
Text Example
Text Example
White with #165441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165441; }
p { color: rgb(22,84,65); }
H1.HeaderClassName
{
color: #165441;
}
.AnyTagClassName
{
color: #165441;
}
</style>
background-color css
<style>
a { background-color: #165441; }
a { background-color: rgb(22,84,65); }
div.DivClassName
{
background-color: #165441;
}
.BgClassName
{
background-color: #165441;
}
</style>
border-color css
<style>
span { border-color: #165441; }
span { border-color: rgb(22,84,65); }
td.TdClassName
{
border-color: #165441;
}
.TagClassName
{
border-color: #165441;
}
</style>