Shades of Sherwood Green #144C38
Tints of Sherwood Green #144C38
RGB
CMYK
RGB Variations
Color information
#144C38 (or 0x144C38) is known color: Sherwood Green. HEX triplet: 14, 4C and 38. RGB value is (20,76,56). Sum of RGB (Red+Green+Blue) = 20+76+56=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #144C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C38 is #EBB3C7. Grayscale: #393939. Windows color (decimal): -15446984 or 3689492. OLE color: 3689492.
HSL color Cylindrical-coordinate representation of color #144C38: hue angle of 158.57º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144C38 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 76 | 56 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.70 |
| HSL | 158.57º | 0.58% | 0.19% | - |
| HSV(B) | 158.57º | 0.74% | 0.3% | - |
| XYZ | 3.59 | 5.6 | 4.63 | - |
| YUV | 56.98 | 127.45 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 56 | 0.74 | 0 | 0.26 | 0.70 | 158.57 | 0.58 | 0.19 |
| Hex | 14 | 4C | 38 | 4A | 0 | 1A | 46 | 9F | 3A | 13 |
| Octal | 24 | 114 | 70 | 112 | 0 | 32 | 106 | 237 | 72 | 23 |
| Binary | 10100 | 1001100 | 111000 | 1001010 | 0 | 11010 | 1000110 | 10011111 | 111010 | 10011 |
Color Harmonies of #144C38
Complementary color
Monochromatic Colors of #144C38
Black with #144C38
Text Example
Text Example
White with #144C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C38; }
p { color: rgb(20,76,56); }
H1.HeaderClassName
{
color: #144C38;
}
.AnyTagClassName
{
color: #144C38;
}
</style>
background-color css
<style>
a { background-color: #144C38; }
a { background-color: rgb(20,76,56); }
div.DivClassName
{
background-color: #144C38;
}
.BgClassName
{
background-color: #144C38;
}
</style>
border-color css
<style>
span { border-color: #144C38; }
span { border-color: rgb(20,76,56); }
td.TdClassName
{
border-color: #144C38;
}
.TagClassName
{
border-color: #144C38;
}
</style>