Shades of Sherwood Green #144737
Tints of Sherwood Green #144737
RGB
CMYK
RGB Variations
Color information
#144737 (or 0x144737) is known color: Sherwood Green. HEX triplet: 14, 47 and 37. RGB value is (20,71,55). Sum of RGB (Red+Green+Blue) = 20+71+55=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #144737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144737 is #EBB8C8. Grayscale: #353535. Windows color (decimal): -15448265 or 3622676. OLE color: 3622676.
HSL color Cylindrical-coordinate representation of color #144737: hue angle of 161.18º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144737 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 71 | 55 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.72 |
| HSL | 161.18º | 0.56% | 0.18% | - |
| HSV(B) | 161.18º | 0.72% | 0.28% | - |
| XYZ | 3.23 | 4.93 | 4.4 | - |
| YUV | 53.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 55 | 0.72 | 0 | 0.23 | 0.72 | 161.18 | 0.56 | 0.18 |
| Hex | 14 | 47 | 37 | 48 | 0 | 17 | 48 | A1 | 38 | 12 |
| Octal | 24 | 107 | 67 | 110 | 0 | 27 | 110 | 241 | 70 | 22 |
| Binary | 10100 | 1000111 | 110111 | 1001000 | 0 | 10111 | 1001000 | 10100001 | 111000 | 10010 |
Color Harmonies of #144737
Complementary color
Monochromatic Colors of #144737
Black with #144737
Text Example
Text Example
White with #144737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144737; }
p { color: rgb(20,71,55); }
H1.HeaderClassName
{
color: #144737;
}
.AnyTagClassName
{
color: #144737;
}
</style>
background-color css
<style>
a { background-color: #144737; }
a { background-color: rgb(20,71,55); }
div.DivClassName
{
background-color: #144737;
}
.BgClassName
{
background-color: #144737;
}
</style>
border-color css
<style>
span { border-color: #144737; }
span { border-color: rgb(20,71,55); }
td.TdClassName
{
border-color: #144737;
}
.TagClassName
{
border-color: #144737;
}
</style>