Shades of Sherwood Green #114631
Tints of Sherwood Green #114631
RGB
CMYK
RGB Variations
Color information
#114631 (or 0x114631) is known color: Sherwood Green. HEX triplet: 11, 46 and 31. RGB value is (17,70,49). Sum of RGB (Red+Green+Blue) = 17+70+49=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #114631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114631 is #EEB9CE. Grayscale: #333333. Windows color (decimal): -15645135 or 3229201. OLE color: 3229201.
HSL color Cylindrical-coordinate representation of color #114631: hue angle of 156.23º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114631 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 70 | 49 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.73 |
| HSL | 156.23º | 0.61% | 0.17% | - |
| HSV(B) | 156.23º | 0.76% | 0.27% | - |
| XYZ | 2.98 | 4.72 | 3.66 | - |
| YUV | 51.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 49 | 0.76 | 0 | 0.30 | 0.73 | 156.23 | 0.61 | 0.17 |
| Hex | 11 | 46 | 31 | 4C | 0 | 1E | 49 | 9C | 3D | 11 |
| Octal | 21 | 106 | 61 | 114 | 0 | 36 | 111 | 234 | 75 | 21 |
| Binary | 10001 | 1000110 | 110001 | 1001100 | 0 | 11110 | 1001001 | 10011100 | 111101 | 10001 |
Color Harmonies of #114631
Complementary color
Monochromatic Colors of #114631
Black with #114631
Text Example
Text Example
White with #114631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114631; }
p { color: rgb(17,70,49); }
H1.HeaderClassName
{
color: #114631;
}
.AnyTagClassName
{
color: #114631;
}
</style>
background-color css
<style>
a { background-color: #114631; }
a { background-color: rgb(17,70,49); }
div.DivClassName
{
background-color: #114631;
}
.BgClassName
{
background-color: #114631;
}
</style>
border-color css
<style>
span { border-color: #114631; }
span { border-color: rgb(17,70,49); }
td.TdClassName
{
border-color: #114631;
}
.TagClassName
{
border-color: #114631;
}
</style>