Shades of Sherwood Green #144736
Tints of Sherwood Green #144736
RGB
CMYK
RGB Variations
Color information
#144736 (or 0x144736) is known color: Sherwood Green. HEX triplet: 14, 47 and 36. RGB value is (20,71,54). Sum of RGB (Red+Green+Blue) = 20+71+54=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #144736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144736 is #EBB8C9. Grayscale: #353535. Windows color (decimal): -15448266 or 3557140. OLE color: 3557140.
HSL color Cylindrical-coordinate representation of color #144736: hue angle of 160º 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 #144736 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 71 | 54 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.72 |
| HSL | 160º | 0.56% | 0.18% | - |
| HSV(B) | 160º | 0.72% | 0.28% | - |
| XYZ | 3.21 | 4.92 | 4.27 | - |
| YUV | 53.81 | 128.1 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 54 | 0.72 | 0 | 0.24 | 0.72 | 160 | 0.56 | 0.18 |
| Hex | 14 | 47 | 36 | 48 | 0 | 18 | 48 | A0 | 38 | 12 |
| Octal | 24 | 107 | 66 | 110 | 0 | 30 | 110 | 240 | 70 | 22 |
| Binary | 10100 | 1000111 | 110110 | 1001000 | 0 | 11000 | 1001000 | 10100000 | 111000 | 10010 |
Color Harmonies of #144736
Complementary color
Monochromatic Colors of #144736
Black with #144736
Text Example
Text Example
White with #144736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144736; }
p { color: rgb(20,71,54); }
H1.HeaderClassName
{
color: #144736;
}
.AnyTagClassName
{
color: #144736;
}
</style>
background-color css
<style>
a { background-color: #144736; }
a { background-color: rgb(20,71,54); }
div.DivClassName
{
background-color: #144736;
}
.BgClassName
{
background-color: #144736;
}
</style>
border-color css
<style>
span { border-color: #144736; }
span { border-color: rgb(20,71,54); }
td.TdClassName
{
border-color: #144736;
}
.TagClassName
{
border-color: #144736;
}
</style>