Shades of Sherwood Green #0E4F38
Tints of Sherwood Green #0E4F38
RGB
CMYK
RGB Variations
Color information
#0E4F38 (or 0x0E4F38) is known color: Sherwood Green. HEX triplet: 0E, 4F and 38. RGB value is (14,79,56). Sum of RGB (Red+Green+Blue) = 14+79+56=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #0E4F38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4F38 is #F1B0C7. Grayscale: #383838. Windows color (decimal): -15839432 or 3690254. OLE color: 3690254.
HSL color Cylindrical-coordinate representation of color #0E4F38: hue angle of 158.77º 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 #0E4F38 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 79 | 56 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.69 |
| HSL | 158.77º | 0.7% | 0.18% | - |
| HSV(B) | 158.77º | 0.82% | 0.31% | - |
| XYZ | 3.69 | 5.97 | 4.7 | - |
| YUV | 56.94 | 127.47 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 79 | 56 | 0.82 | 0 | 0.29 | 0.69 | 158.77 | 0.7 | 0.18 |
| Hex | E | 4F | 38 | 52 | 0 | 1D | 45 | 9F | 46 | 12 |
| Octal | 16 | 117 | 70 | 122 | 0 | 35 | 105 | 237 | 106 | 22 |
| Binary | 1110 | 1001111 | 111000 | 1010010 | 0 | 11101 | 1000101 | 10011111 | 1000110 | 10010 |
Color Harmonies of #0E4F38
Complementary color
Monochromatic Colors of #0E4F38
Black with #0E4F38
Text Example
Text Example
White with #0E4F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4F38; }
p { color: rgb(14,79,56); }
H1.HeaderClassName
{
color: #0E4F38;
}
.AnyTagClassName
{
color: #0E4F38;
}
</style>
background-color css
<style>
a { background-color: #0E4F38; }
a { background-color: rgb(14,79,56); }
div.DivClassName
{
background-color: #0E4F38;
}
.BgClassName
{
background-color: #0E4F38;
}
</style>
border-color css
<style>
span { border-color: #0E4F38; }
span { border-color: rgb(14,79,56); }
td.TdClassName
{
border-color: #0E4F38;
}
.TagClassName
{
border-color: #0E4F38;
}
</style>