Shades of Sherwood Green #144635
Tints of Sherwood Green #144635
RGB
CMYK
RGB Variations
Color information
#144635 (or 0x144635) is known color: Sherwood Green. HEX triplet: 14, 46 and 35. RGB value is (20,70,53). Sum of RGB (Red+Green+Blue) = 20+70+53=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #144635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144635 is #EBB9CA. Grayscale: #353535. Windows color (decimal): -15448523 or 3491348. OLE color: 3491348.
HSL color Cylindrical-coordinate representation of color #144635: hue angle of 159.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144635 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 70 | 53 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.73 |
| HSL | 159.6º | 0.56% | 0.18% | - |
| HSV(B) | 159.6º | 0.71% | 0.27% | - |
| XYZ | 3.12 | 4.79 | 4.13 | - |
| YUV | 53.11 | 127.94 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 53 | 0.71 | 0 | 0.24 | 0.73 | 159.6 | 0.56 | 0.18 |
| Hex | 14 | 46 | 35 | 47 | 0 | 18 | 49 | A0 | 38 | 12 |
| Octal | 24 | 106 | 65 | 107 | 0 | 30 | 111 | 240 | 70 | 22 |
| Binary | 10100 | 1000110 | 110101 | 1000111 | 0 | 11000 | 1001001 | 10100000 | 111000 | 10010 |
Color Harmonies of #144635
Complementary color
Monochromatic Colors of #144635
Black with #144635
Text Example
Text Example
White with #144635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144635; }
p { color: rgb(20,70,53); }
H1.HeaderClassName
{
color: #144635;
}
.AnyTagClassName
{
color: #144635;
}
</style>
background-color css
<style>
a { background-color: #144635; }
a { background-color: rgb(20,70,53); }
div.DivClassName
{
background-color: #144635;
}
.BgClassName
{
background-color: #144635;
}
</style>
border-color css
<style>
span { border-color: #144635; }
span { border-color: rgb(20,70,53); }
td.TdClassName
{
border-color: #144635;
}
.TagClassName
{
border-color: #144635;
}
</style>