Shades of Sherwood Green #0E543D
Tints of Sherwood Green #0E543D
RGB
CMYK
RGB Variations
Color information
#0E543D (or 0x0E543D) is known color: Sherwood Green. HEX triplet: 0E, 54 and 3D. RGB value is (14,84,61). Sum of RGB (Red+Green+Blue) = 14+84+61=159 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.81% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #0E543D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E543D is #F1ABC2. Grayscale: #3C3C3C. Windows color (decimal): -15838147 or 4019214. OLE color: 4019214.
HSL color Cylindrical-coordinate representation of color #0E543D: hue angle of 160.29º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E543D is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 84 | 61 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.67 |
| HSL | 160.29º | 0.71% | 0.19% | - |
| HSV(B) | 160.29º | 0.83% | 0.33% | - |
| XYZ | 4.19 | 6.77 | 5.5 | - |
| YUV | 60.45 | 128.31 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 84 | 61 | 0.83 | 0 | 0.27 | 0.67 | 160.29 | 0.71 | 0.19 |
| Hex | E | 54 | 3D | 53 | 0 | 1B | 43 | A0 | 47 | 13 |
| Octal | 16 | 124 | 75 | 123 | 0 | 33 | 103 | 240 | 107 | 23 |
| Binary | 1110 | 1010100 | 111101 | 1010011 | 0 | 11011 | 1000011 | 10100000 | 1000111 | 10011 |
Color Harmonies of #0E543D
Complementary color
Monochromatic Colors of #0E543D
Black with #0E543D
Text Example
Text Example
White with #0E543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E543D; }
p { color: rgb(14,84,61); }
H1.HeaderClassName
{
color: #0E543D;
}
.AnyTagClassName
{
color: #0E543D;
}
</style>
background-color css
<style>
a { background-color: #0E543D; }
a { background-color: rgb(14,84,61); }
div.DivClassName
{
background-color: #0E543D;
}
.BgClassName
{
background-color: #0E543D;
}
</style>
border-color css
<style>
span { border-color: #0E543D; }
span { border-color: rgb(14,84,61); }
td.TdClassName
{
border-color: #0E543D;
}
.TagClassName
{
border-color: #0E543D;
}
</style>