Shades of Sherwood Green #114935
Tints of Sherwood Green #114935
RGB
CMYK
RGB Variations
Color information
#114935 (or 0x114935) is known color: Sherwood Green. HEX triplet: 11, 49 and 35. RGB value is (17,73,53). Sum of RGB (Red+Green+Blue) = 17+73+53=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #114935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114935 is #EEB6CA. Grayscale: #363636. Windows color (decimal): -15644363 or 3492113. OLE color: 3492113.
HSL color Cylindrical-coordinate representation of color #114935: hue angle of 158.57º degrees, saturation: 0.62, 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 #114935 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 73 | 53 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.71 |
| HSL | 158.57º | 0.62% | 0.18% | - |
| HSV(B) | 158.57º | 0.77% | 0.29% | - |
| XYZ | 3.26 | 5.14 | 4.19 | - |
| YUV | 53.98 | 127.45 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 53 | 0.77 | 0 | 0.27 | 0.71 | 158.57 | 0.62 | 0.18 |
| Hex | 11 | 49 | 35 | 4D | 0 | 1B | 47 | 9F | 3E | 12 |
| Octal | 21 | 111 | 65 | 115 | 0 | 33 | 107 | 237 | 76 | 22 |
| Binary | 10001 | 1001001 | 110101 | 1001101 | 0 | 11011 | 1000111 | 10011111 | 111110 | 10010 |
Color Harmonies of #114935
Complementary color
Monochromatic Colors of #114935
Black with #114935
Text Example
Text Example
White with #114935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114935; }
p { color: rgb(17,73,53); }
H1.HeaderClassName
{
color: #114935;
}
.AnyTagClassName
{
color: #114935;
}
</style>
background-color css
<style>
a { background-color: #114935; }
a { background-color: rgb(17,73,53); }
div.DivClassName
{
background-color: #114935;
}
.BgClassName
{
background-color: #114935;
}
</style>
border-color css
<style>
span { border-color: #114935; }
span { border-color: rgb(17,73,53); }
td.TdClassName
{
border-color: #114935;
}
.TagClassName
{
border-color: #114935;
}
</style>