Shades of Sherwood Green #144D39
Tints of Sherwood Green #144D39
RGB
CMYK
RGB Variations
Color information
#144D39 (or 0x144D39) is known color: Sherwood Green. HEX triplet: 14, 4D and 39. RGB value is (20,77,57). Sum of RGB (Red+Green+Blue) = 20+77+57=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 77 (30.47% from 255 or 50% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 77 - color contains mainly: green. Hex color #144D39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D39 is #EBB2C6. Grayscale: #393939. Windows color (decimal): -15446727 or 3755284. OLE color: 3755284.
HSL color Cylindrical-coordinate representation of color #144D39: hue angle of 158.95º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144D39 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 77 | 57 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.70 |
| HSL | 158.95º | 0.59% | 0.19% | - |
| HSV(B) | 158.95º | 0.74% | 0.3% | - |
| XYZ | 3.68 | 5.75 | 4.79 | - |
| YUV | 57.68 | 127.62 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 57 | 0.74 | 0 | 0.26 | 0.70 | 158.95 | 0.59 | 0.19 |
| Hex | 14 | 4D | 39 | 4A | 0 | 1A | 46 | 9F | 3B | 13 |
| Octal | 24 | 115 | 71 | 112 | 0 | 32 | 106 | 237 | 73 | 23 |
| Binary | 10100 | 1001101 | 111001 | 1001010 | 0 | 11010 | 1000110 | 10011111 | 111011 | 10011 |
Color Harmonies of #144D39
Complementary color
Monochromatic Colors of #144D39
Black with #144D39
Text Example
Text Example
White with #144D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D39; }
p { color: rgb(20,77,57); }
H1.HeaderClassName
{
color: #144D39;
}
.AnyTagClassName
{
color: #144D39;
}
</style>
background-color css
<style>
a { background-color: #144D39; }
a { background-color: rgb(20,77,57); }
div.DivClassName
{
background-color: #144D39;
}
.BgClassName
{
background-color: #144D39;
}
</style>
border-color css
<style>
span { border-color: #144D39; }
span { border-color: rgb(20,77,57); }
td.TdClassName
{
border-color: #144D39;
}
.TagClassName
{
border-color: #144D39;
}
</style>