Shades of Sherwood Green #0E4F3B
Tints of Sherwood Green #0E4F3B
RGB
CMYK
RGB Variations
Color information
#0E4F3B (or 0x0E4F3B) is known color: Sherwood Green. HEX triplet: 0E, 4F and 3B. RGB value is (14,79,59). Sum of RGB (Red+Green+Blue) = 14+79+59=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 79 (31.25% from 255 or 51.97% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 79 - color contains mainly: green. Hex color #0E4F3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4F3B is #F1B0C4. Grayscale: #393939. Windows color (decimal): -15839429 or 3886862. OLE color: 3886862.
HSL color Cylindrical-coordinate representation of color #0E4F3B: hue angle of 161.54º 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 #0E4F3B is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 79 | 59 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.69 |
| HSL | 161.54º | 0.7% | 0.18% | - |
| HSV(B) | 161.54º | 0.82% | 0.31% | - |
| XYZ | 3.77 | 6 | 5.1 | - |
| YUV | 57.29 | 128.97 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 79 | 59 | 0.82 | 0 | 0.25 | 0.69 | 161.54 | 0.7 | 0.18 |
| Hex | E | 4F | 3B | 52 | 0 | 19 | 45 | A2 | 46 | 12 |
| Octal | 16 | 117 | 73 | 122 | 0 | 31 | 105 | 242 | 106 | 22 |
| Binary | 1110 | 1001111 | 111011 | 1010010 | 0 | 11001 | 1000101 | 10100010 | 1000110 | 10010 |
Color Harmonies of #0E4F3B
Complementary color
Monochromatic Colors of #0E4F3B
Black with #0E4F3B
Text Example
Text Example
White with #0E4F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4F3B; }
p { color: rgb(14,79,59); }
H1.HeaderClassName
{
color: #0E4F3B;
}
.AnyTagClassName
{
color: #0E4F3B;
}
</style>
background-color css
<style>
a { background-color: #0E4F3B; }
a { background-color: rgb(14,79,59); }
div.DivClassName
{
background-color: #0E4F3B;
}
.BgClassName
{
background-color: #0E4F3B;
}
</style>
border-color css
<style>
span { border-color: #0E4F3B; }
span { border-color: rgb(14,79,59); }
td.TdClassName
{
border-color: #0E4F3B;
}
.TagClassName
{
border-color: #0E4F3B;
}
</style>