Shades of Sherwood Green #144735
Tints of Sherwood Green #144735
RGB
CMYK
RGB Variations
Color information
#144735 (or 0x144735) is known color: Sherwood Green. HEX triplet: 14, 47 and 35. RGB value is (20,71,53). Sum of RGB (Red+Green+Blue) = 20+71+53=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #144735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144735 is #EBB8CA. Grayscale: #353535. Windows color (decimal): -15448267 or 3491604. OLE color: 3491604.
HSL color Cylindrical-coordinate representation of color #144735: hue angle of 158.82º 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 #144735 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 71 | 53 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.72 |
| HSL | 158.82º | 0.56% | 0.18% | - |
| HSV(B) | 158.82º | 0.72% | 0.28% | - |
| XYZ | 3.18 | 4.91 | 4.15 | - |
| YUV | 53.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 53 | 0.72 | 0 | 0.25 | 0.72 | 158.82 | 0.56 | 0.18 |
| Hex | 14 | 47 | 35 | 48 | 0 | 19 | 48 | 9F | 38 | 12 |
| Octal | 24 | 107 | 65 | 110 | 0 | 31 | 110 | 237 | 70 | 22 |
| Binary | 10100 | 1000111 | 110101 | 1001000 | 0 | 11001 | 1001000 | 10011111 | 111000 | 10010 |
Color Harmonies of #144735
Complementary color
Monochromatic Colors of #144735
Black with #144735
Text Example
Text Example
White with #144735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144735; }
p { color: rgb(20,71,53); }
H1.HeaderClassName
{
color: #144735;
}
.AnyTagClassName
{
color: #144735;
}
</style>
background-color css
<style>
a { background-color: #144735; }
a { background-color: rgb(20,71,53); }
div.DivClassName
{
background-color: #144735;
}
.BgClassName
{
background-color: #144735;
}
</style>
border-color css
<style>
span { border-color: #144735; }
span { border-color: rgb(20,71,53); }
td.TdClassName
{
border-color: #144735;
}
.TagClassName
{
border-color: #144735;
}
</style>