Shades of Sherwood Green #144A37
Tints of Sherwood Green #144A37
RGB
CMYK
RGB Variations
Color information
#144A37 (or 0x144A37) is known color: Sherwood Green. HEX triplet: 14, 4A and 37. RGB value is (20,74,55). Sum of RGB (Red+Green+Blue) = 20+74+55=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 74 (29.30% from 255 or 49.66% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 74 - color contains mainly: green. Hex color #144A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A37 is #EBB5C8. Grayscale: #373737. Windows color (decimal): -15447497 or 3623444. OLE color: 3623444.
HSL color Cylindrical-coordinate representation of color #144A37: hue angle of 158.89º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144A37 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 74 | 55 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.71 |
| HSL | 158.89º | 0.57% | 0.18% | - |
| HSV(B) | 158.89º | 0.73% | 0.29% | - |
| XYZ | 3.43 | 5.32 | 4.46 | - |
| YUV | 55.69 | 127.61 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 55 | 0.73 | 0 | 0.26 | 0.71 | 158.89 | 0.57 | 0.18 |
| Hex | 14 | 4A | 37 | 49 | 0 | 1A | 47 | 9F | 39 | 12 |
| Octal | 24 | 112 | 67 | 111 | 0 | 32 | 107 | 237 | 71 | 22 |
| Binary | 10100 | 1001010 | 110111 | 1001001 | 0 | 11010 | 1000111 | 10011111 | 111001 | 10010 |
Color Harmonies of #144A37
Complementary color
Monochromatic Colors of #144A37
Black with #144A37
Text Example
Text Example
White with #144A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A37; }
p { color: rgb(20,74,55); }
H1.HeaderClassName
{
color: #144A37;
}
.AnyTagClassName
{
color: #144A37;
}
</style>
background-color css
<style>
a { background-color: #144A37; }
a { background-color: rgb(20,74,55); }
div.DivClassName
{
background-color: #144A37;
}
.BgClassName
{
background-color: #144A37;
}
</style>
border-color css
<style>
span { border-color: #144A37; }
span { border-color: rgb(20,74,55); }
td.TdClassName
{
border-color: #144A37;
}
.TagClassName
{
border-color: #144A37;
}
</style>