Shades of Sherwood Green #11513D
Tints of Sherwood Green #11513D
RGB
CMYK
RGB Variations
Color information
#11513D (or 0x11513D) is known color: Sherwood Green. HEX triplet: 11, 51 and 3D. RGB value is (17,81,61). Sum of RGB (Red+Green+Blue) = 17+81+61=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #11513D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11513D is #EEAEC2. Grayscale: #3B3B3B. Windows color (decimal): -15642307 or 4018449. OLE color: 4018449.
HSL color Cylindrical-coordinate representation of color #11513D: hue angle of 161.25º 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 #11513D is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 81 | 61 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.68 |
| HSL | 161.25º | 0.65% | 0.19% | - |
| HSV(B) | 161.25º | 0.79% | 0.32% | - |
| XYZ | 4.02 | 6.34 | 5.43 | - |
| YUV | 59.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 61 | 0.79 | 0 | 0.25 | 0.68 | 161.25 | 0.65 | 0.19 |
| Hex | 11 | 51 | 3D | 4F | 0 | 19 | 44 | A1 | 41 | 13 |
| Octal | 21 | 121 | 75 | 117 | 0 | 31 | 104 | 241 | 101 | 23 |
| Binary | 10001 | 1010001 | 111101 | 1001111 | 0 | 11001 | 1000100 | 10100001 | 1000001 | 10011 |
Color Harmonies of #11513D
Complementary color
Monochromatic Colors of #11513D
Black with #11513D
Text Example
Text Example
White with #11513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11513D; }
p { color: rgb(17,81,61); }
H1.HeaderClassName
{
color: #11513D;
}
.AnyTagClassName
{
color: #11513D;
}
</style>
background-color css
<style>
a { background-color: #11513D; }
a { background-color: rgb(17,81,61); }
div.DivClassName
{
background-color: #11513D;
}
.BgClassName
{
background-color: #11513D;
}
</style>
border-color css
<style>
span { border-color: #11513D; }
span { border-color: rgb(17,81,61); }
td.TdClassName
{
border-color: #11513D;
}
.TagClassName
{
border-color: #11513D;
}
</style>