Shades of Sherwood Green #155441
Tints of Sherwood Green #155441
RGB
CMYK
RGB Variations
Color information
#155441 (or 0x155441) is known color: Sherwood Green. HEX triplet: 15, 54 and 41. RGB value is (21,84,65). Sum of RGB (Red+Green+Blue) = 21+84+65=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #155441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155441 is #EAABBE. Grayscale: #3F3F3F. Windows color (decimal): -15379391 or 4281365. OLE color: 4281365.
HSL color Cylindrical-coordinate representation of color #155441: hue angle of 161.9º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155441 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 84 | 65 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.67 |
| HSL | 161.9º | 0.6% | 0.21% | - |
| HSV(B) | 161.9º | 0.75% | 0.33% | - |
| XYZ | 4.43 | 6.88 | 6.1 | - |
| YUV | 63 | 129.13 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 65 | 0.75 | 0 | 0.23 | 0.67 | 161.9 | 0.6 | 0.21 |
| Hex | 15 | 54 | 41 | 4B | 0 | 17 | 43 | A2 | 3C | 15 |
| Octal | 25 | 124 | 101 | 113 | 0 | 27 | 103 | 242 | 74 | 25 |
| Binary | 10101 | 1010100 | 1000001 | 1001011 | 0 | 10111 | 1000011 | 10100010 | 111100 | 10101 |
Color Harmonies of #155441
Complementary color
Monochromatic Colors of #155441
Black with #155441
Text Example
Text Example
White with #155441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155441; }
p { color: rgb(21,84,65); }
H1.HeaderClassName
{
color: #155441;
}
.AnyTagClassName
{
color: #155441;
}
</style>
background-color css
<style>
a { background-color: #155441; }
a { background-color: rgb(21,84,65); }
div.DivClassName
{
background-color: #155441;
}
.BgClassName
{
background-color: #155441;
}
</style>
border-color css
<style>
span { border-color: #155441; }
span { border-color: rgb(21,84,65); }
td.TdClassName
{
border-color: #155441;
}
.TagClassName
{
border-color: #155441;
}
</style>