Shades of Sherwood Green #11503D
Tints of Sherwood Green #11503D
RGB
CMYK
RGB Variations
Color information
#11503D (or 0x11503D) is known color: Sherwood Green. HEX triplet: 11, 50 and 3D. RGB value is (17,80,61). Sum of RGB (Red+Green+Blue) = 17+80+61=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #11503D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11503D is #EEAFC2. Grayscale: #3B3B3B. Windows color (decimal): -15642563 or 4018193. OLE color: 4018193.
HSL color Cylindrical-coordinate representation of color #11503D: hue angle of 161.9º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11503D is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 80 | 61 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.69 |
| HSL | 161.9º | 0.65% | 0.19% | - |
| HSV(B) | 161.9º | 0.79% | 0.31% | - |
| XYZ | 3.94 | 6.19 | 5.4 | - |
| YUV | 59 | 129.13 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 61 | 0.79 | 0 | 0.24 | 0.69 | 161.9 | 0.65 | 0.19 |
| Hex | 11 | 50 | 3D | 4F | 0 | 18 | 45 | A2 | 41 | 13 |
| Octal | 21 | 120 | 75 | 117 | 0 | 30 | 105 | 242 | 101 | 23 |
| Binary | 10001 | 1010000 | 111101 | 1001111 | 0 | 11000 | 1000101 | 10100010 | 1000001 | 10011 |
Color Harmonies of #11503D
Complementary color
Monochromatic Colors of #11503D
Black with #11503D
Text Example
Text Example
White with #11503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11503D; }
p { color: rgb(17,80,61); }
H1.HeaderClassName
{
color: #11503D;
}
.AnyTagClassName
{
color: #11503D;
}
</style>
background-color css
<style>
a { background-color: #11503D; }
a { background-color: rgb(17,80,61); }
div.DivClassName
{
background-color: #11503D;
}
.BgClassName
{
background-color: #11503D;
}
</style>
border-color css
<style>
span { border-color: #11503D; }
span { border-color: rgb(17,80,61); }
td.TdClassName
{
border-color: #11503D;
}
.TagClassName
{
border-color: #11503D;
}
</style>