Shades of Sherwood Green #0E4F39
Tints of Sherwood Green #0E4F39
RGB
CMYK
RGB Variations
Color information
#0E4F39 (or 0x0E4F39) is known color: Sherwood Green. HEX triplet: 0E, 4F and 39. RGB value is (14,79,57). Sum of RGB (Red+Green+Blue) = 14+79+57=150 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.33% from 150); Green value is 79 (31.25% from 255 or 52.67% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 79 - color contains mainly: green. Hex color #0E4F39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4F39 is #F1B0C6. Grayscale: #393939. Windows color (decimal): -15839431 or 3755790. OLE color: 3755790.
HSL color Cylindrical-coordinate representation of color #0E4F39: hue angle of 159.69º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4F39 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 79 | 57 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.69 |
| HSL | 159.69º | 0.7% | 0.18% | - |
| HSV(B) | 159.69º | 0.82% | 0.31% | - |
| XYZ | 3.72 | 5.98 | 4.83 | - |
| YUV | 57.06 | 127.97 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 79 | 57 | 0.82 | 0 | 0.28 | 0.69 | 159.69 | 0.7 | 0.18 |
| Hex | E | 4F | 39 | 52 | 0 | 1C | 45 | A0 | 46 | 12 |
| Octal | 16 | 117 | 71 | 122 | 0 | 34 | 105 | 240 | 106 | 22 |
| Binary | 1110 | 1001111 | 111001 | 1010010 | 0 | 11100 | 1000101 | 10100000 | 1000110 | 10010 |
Color Harmonies of #0E4F39
Complementary color
Monochromatic Colors of #0E4F39
Black with #0E4F39
Text Example
Text Example
White with #0E4F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4F39; }
p { color: rgb(14,79,57); }
H1.HeaderClassName
{
color: #0E4F39;
}
.AnyTagClassName
{
color: #0E4F39;
}
</style>
background-color css
<style>
a { background-color: #0E4F39; }
a { background-color: rgb(14,79,57); }
div.DivClassName
{
background-color: #0E4F39;
}
.BgClassName
{
background-color: #0E4F39;
}
</style>
border-color css
<style>
span { border-color: #0E4F39; }
span { border-color: rgb(14,79,57); }
td.TdClassName
{
border-color: #0E4F39;
}
.TagClassName
{
border-color: #0E4F39;
}
</style>