Shades of Sherwood Green #114B37
Tints of Sherwood Green #114B37
RGB
CMYK
RGB Variations
Color information
#114B37 (or 0x114B37) is known color: Sherwood Green. HEX triplet: 11, 4B and 37. RGB value is (17,75,55). Sum of RGB (Red+Green+Blue) = 17+75+55=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 75 (29.69% from 255 or 51.02% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 75 - color contains mainly: green. Hex color #114B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B37 is #EEB4C8. Grayscale: #373737. Windows color (decimal): -15643849 or 3623697. OLE color: 3623697.
HSL color Cylindrical-coordinate representation of color #114B37: hue angle of 159.31º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114B37 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 75 | 55 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.71 |
| HSL | 159.31º | 0.63% | 0.18% | - |
| HSV(B) | 159.31º | 0.77% | 0.29% | - |
| XYZ | 3.44 | 5.43 | 4.48 | - |
| YUV | 55.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 55 | 0.77 | 0 | 0.27 | 0.71 | 159.31 | 0.63 | 0.18 |
| Hex | 11 | 4B | 37 | 4D | 0 | 1B | 47 | 9F | 3F | 12 |
| Octal | 21 | 113 | 67 | 115 | 0 | 33 | 107 | 237 | 77 | 22 |
| Binary | 10001 | 1001011 | 110111 | 1001101 | 0 | 11011 | 1000111 | 10011111 | 111111 | 10010 |
Color Harmonies of #114B37
Complementary color
Monochromatic Colors of #114B37
Black with #114B37
Text Example
Text Example
White with #114B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B37; }
p { color: rgb(17,75,55); }
H1.HeaderClassName
{
color: #114B37;
}
.AnyTagClassName
{
color: #114B37;
}
</style>
background-color css
<style>
a { background-color: #114B37; }
a { background-color: rgb(17,75,55); }
div.DivClassName
{
background-color: #114B37;
}
.BgClassName
{
background-color: #114B37;
}
</style>
border-color css
<style>
span { border-color: #114B37; }
span { border-color: rgb(17,75,55); }
td.TdClassName
{
border-color: #114B37;
}
.TagClassName
{
border-color: #114B37;
}
</style>