Shades of Sherwood Green #11513B
Tints of Sherwood Green #11513B
RGB
CMYK
RGB Variations
Color information
#11513B (or 0x11513B) is known color: Sherwood Green. HEX triplet: 11, 51 and 3B. RGB value is (17,81,59). Sum of RGB (Red+Green+Blue) = 17+81+59=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #11513B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11513B is #EEAEC4. Grayscale: #3B3B3B. Windows color (decimal): -15642309 or 3887377. OLE color: 3887377.
HSL color Cylindrical-coordinate representation of color #11513B: hue angle of 159.38º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11513B is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 81 | 59 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.68 |
| HSL | 159.38º | 0.65% | 0.19% | - |
| HSV(B) | 159.38º | 0.79% | 0.32% | - |
| XYZ | 3.96 | 6.32 | 5.15 | - |
| YUV | 59.36 | 127.8 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 59 | 0.79 | 0 | 0.27 | 0.68 | 159.38 | 0.65 | 0.19 |
| Hex | 11 | 51 | 3B | 4F | 0 | 1B | 44 | 9F | 41 | 13 |
| Octal | 21 | 121 | 73 | 117 | 0 | 33 | 104 | 237 | 101 | 23 |
| Binary | 10001 | 1010001 | 111011 | 1001111 | 0 | 11011 | 1000100 | 10011111 | 1000001 | 10011 |
Color Harmonies of #11513B
Complementary color
Monochromatic Colors of #11513B
Black with #11513B
Text Example
Text Example
White with #11513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11513B; }
p { color: rgb(17,81,59); }
H1.HeaderClassName
{
color: #11513B;
}
.AnyTagClassName
{
color: #11513B;
}
</style>
background-color css
<style>
a { background-color: #11513B; }
a { background-color: rgb(17,81,59); }
div.DivClassName
{
background-color: #11513B;
}
.BgClassName
{
background-color: #11513B;
}
</style>
border-color css
<style>
span { border-color: #11513B; }
span { border-color: rgb(17,81,59); }
td.TdClassName
{
border-color: #11513B;
}
.TagClassName
{
border-color: #11513B;
}
</style>