Shades of Sherwood Green #114B36
Tints of Sherwood Green #114B36
RGB
CMYK
RGB Variations
Color information
#114B36 (or 0x114B36) is known color: Sherwood Green. HEX triplet: 11, 4B and 36. RGB value is (17,75,54). Sum of RGB (Red+Green+Blue) = 17+75+54=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #114B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B36 is #EEB4C9. Grayscale: #373737. Windows color (decimal): -15643850 or 3558161. OLE color: 3558161.
HSL color Cylindrical-coordinate representation of color #114B36: hue angle of 158.28º 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 #114B36 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 75 | 54 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.71 |
| HSL | 158.28º | 0.63% | 0.18% | - |
| HSV(B) | 158.28º | 0.77% | 0.29% | - |
| XYZ | 3.41 | 5.42 | 4.36 | - |
| YUV | 55.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 54 | 0.77 | 0 | 0.28 | 0.71 | 158.28 | 0.63 | 0.18 |
| Hex | 11 | 4B | 36 | 4D | 0 | 1C | 47 | 9E | 3F | 12 |
| Octal | 21 | 113 | 66 | 115 | 0 | 34 | 107 | 236 | 77 | 22 |
| Binary | 10001 | 1001011 | 110110 | 1001101 | 0 | 11100 | 1000111 | 10011110 | 111111 | 10010 |
Color Harmonies of #114B36
Complementary color
Monochromatic Colors of #114B36
Black with #114B36
Text Example
Text Example
White with #114B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B36; }
p { color: rgb(17,75,54); }
H1.HeaderClassName
{
color: #114B36;
}
.AnyTagClassName
{
color: #114B36;
}
</style>
background-color css
<style>
a { background-color: #114B36; }
a { background-color: rgb(17,75,54); }
div.DivClassName
{
background-color: #114B36;
}
.BgClassName
{
background-color: #114B36;
}
</style>
border-color css
<style>
span { border-color: #114B36; }
span { border-color: rgb(17,75,54); }
td.TdClassName
{
border-color: #114B36;
}
.TagClassName
{
border-color: #114B36;
}
</style>