Shades of Sherwood Green #145540
Tints of Sherwood Green #145540
RGB
CMYK
RGB Variations
Color information
#145540 (or 0x145540) is known color: Sherwood Green. HEX triplet: 14, 55 and 40. RGB value is (20,85,64). Sum of RGB (Red+Green+Blue) = 20+85+64=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #145540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145540 is #EBAABF. Grayscale: #3F3F3F. Windows color (decimal): -15444672 or 4216084. OLE color: 4216084.
HSL color Cylindrical-coordinate representation of color #145540: hue angle of 160.62º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145540 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 85 | 64 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.67 |
| HSL | 160.62º | 0.62% | 0.21% | - |
| HSV(B) | 160.62º | 0.76% | 0.33% | - |
| XYZ | 4.46 | 7.02 | 5.97 | - |
| YUV | 63.17 | 128.47 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 64 | 0.76 | 0 | 0.25 | 0.67 | 160.62 | 0.62 | 0.21 |
| Hex | 14 | 55 | 40 | 4C | 0 | 19 | 43 | A1 | 3E | 15 |
| Octal | 24 | 125 | 100 | 114 | 0 | 31 | 103 | 241 | 76 | 25 |
| Binary | 10100 | 1010101 | 1000000 | 1001100 | 0 | 11001 | 1000011 | 10100001 | 111110 | 10101 |
Color Harmonies of #145540
Complementary color
Monochromatic Colors of #145540
Black with #145540
Text Example
Text Example
White with #145540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145540; }
p { color: rgb(20,85,64); }
H1.HeaderClassName
{
color: #145540;
}
.AnyTagClassName
{
color: #145540;
}
</style>
background-color css
<style>
a { background-color: #145540; }
a { background-color: rgb(20,85,64); }
div.DivClassName
{
background-color: #145540;
}
.BgClassName
{
background-color: #145540;
}
</style>
border-color css
<style>
span { border-color: #145540; }
span { border-color: rgb(20,85,64); }
td.TdClassName
{
border-color: #145540;
}
.TagClassName
{
border-color: #145540;
}
</style>