Shades of Sherwood Green #114E3C
Tints of Sherwood Green #114E3C
RGB
CMYK
RGB Variations
Color information
#114E3C (or 0x114E3C) is known color: Sherwood Green. HEX triplet: 11, 4E and 3C. RGB value is (17,78,60). Sum of RGB (Red+Green+Blue) = 17+78+60=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 78 (30.86% from 255 or 50.32% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 78 - color contains mainly: green. Hex color #114E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114E3C is #EEB1C3. Grayscale: #393939. Windows color (decimal): -15643076 or 3952145. OLE color: 3952145.
HSL color Cylindrical-coordinate representation of color #114E3C: hue angle of 162.3º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114E3C is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 78 | 60 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.69 |
| HSL | 162.3º | 0.64% | 0.19% | - |
| HSV(B) | 162.3º | 0.78% | 0.31% | - |
| XYZ | 3.77 | 5.89 | 5.21 | - |
| YUV | 57.71 | 129.29 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 60 | 0.78 | 0 | 0.23 | 0.69 | 162.3 | 0.64 | 0.19 |
| Hex | 11 | 4E | 3C | 4E | 0 | 17 | 45 | A2 | 40 | 13 |
| Octal | 21 | 116 | 74 | 116 | 0 | 27 | 105 | 242 | 100 | 23 |
| Binary | 10001 | 1001110 | 111100 | 1001110 | 0 | 10111 | 1000101 | 10100010 | 1000000 | 10011 |
Color Harmonies of #114E3C
Complementary color
Monochromatic Colors of #114E3C
Black with #114E3C
Text Example
Text Example
White with #114E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114E3C; }
p { color: rgb(17,78,60); }
H1.HeaderClassName
{
color: #114E3C;
}
.AnyTagClassName
{
color: #114E3C;
}
</style>
background-color css
<style>
a { background-color: #114E3C; }
a { background-color: rgb(17,78,60); }
div.DivClassName
{
background-color: #114E3C;
}
.BgClassName
{
background-color: #114E3C;
}
</style>
border-color css
<style>
span { border-color: #114E3C; }
span { border-color: rgb(17,78,60); }
td.TdClassName
{
border-color: #114E3C;
}
.TagClassName
{
border-color: #114E3C;
}
</style>