Shades of Sherwood Green #14503E
Tints of Sherwood Green #14503E
RGB
CMYK
RGB Variations
Color information
#14503E (or 0x14503E) is known color: Sherwood Green. HEX triplet: 14, 50 and 3E. RGB value is (20,80,62). Sum of RGB (Red+Green+Blue) = 20+80+62=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #14503E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14503E is #EBAFC1. Grayscale: #3C3C3C. Windows color (decimal): -15445954 or 4083732. OLE color: 4083732.
HSL color Cylindrical-coordinate representation of color #14503E: hue angle of 162º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14503E is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 62 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.69 |
| HSL | 162º | 0.6% | 0.2% | - |
| HSV(B) | 162º | 0.75% | 0.31% | - |
| XYZ | 4.03 | 6.23 | 5.55 | - |
| YUV | 60.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 62 | 0.75 | 0 | 0.22 | 0.69 | 162 | 0.6 | 0.2 |
| Hex | 14 | 50 | 3E | 4B | 0 | 16 | 45 | A2 | 3C | 14 |
| Octal | 24 | 120 | 76 | 113 | 0 | 26 | 105 | 242 | 74 | 24 |
| Binary | 10100 | 1010000 | 111110 | 1001011 | 0 | 10110 | 1000101 | 10100010 | 111100 | 10100 |
Color Harmonies of #14503E
Complementary color
Monochromatic Colors of #14503E
Black with #14503E
Text Example
Text Example
White with #14503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14503E; }
p { color: rgb(20,80,62); }
H1.HeaderClassName
{
color: #14503E;
}
.AnyTagClassName
{
color: #14503E;
}
</style>
background-color css
<style>
a { background-color: #14503E; }
a { background-color: rgb(20,80,62); }
div.DivClassName
{
background-color: #14503E;
}
.BgClassName
{
background-color: #14503E;
}
</style>
border-color css
<style>
span { border-color: #14503E; }
span { border-color: rgb(20,80,62); }
td.TdClassName
{
border-color: #14503E;
}
.TagClassName
{
border-color: #14503E;
}
</style>