Shades of Sherwood Green #11503C
Tints of Sherwood Green #11503C
RGB
CMYK
RGB Variations
Color information
#11503C (or 0x11503C) is known color: Sherwood Green. HEX triplet: 11, 50 and 3C. RGB value is (17,80,60). Sum of RGB (Red+Green+Blue) = 17+80+60=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #11503C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11503C is #EEAFC3. Grayscale: #3A3A3A. Windows color (decimal): -15642564 or 3952657. OLE color: 3952657.
HSL color Cylindrical-coordinate representation of color #11503C: hue angle of 160.95º 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 #11503C is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 80 | 60 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.69 |
| HSL | 160.95º | 0.65% | 0.19% | - |
| HSV(B) | 160.95º | 0.79% | 0.31% | - |
| XYZ | 3.92 | 6.18 | 5.26 | - |
| YUV | 58.88 | 128.63 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 60 | 0.79 | 0 | 0.25 | 0.69 | 160.95 | 0.65 | 0.19 |
| Hex | 11 | 50 | 3C | 4F | 0 | 19 | 45 | A1 | 41 | 13 |
| Octal | 21 | 120 | 74 | 117 | 0 | 31 | 105 | 241 | 101 | 23 |
| Binary | 10001 | 1010000 | 111100 | 1001111 | 0 | 11001 | 1000101 | 10100001 | 1000001 | 10011 |
Color Harmonies of #11503C
Complementary color
Monochromatic Colors of #11503C
Black with #11503C
Text Example
Text Example
White with #11503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11503C; }
p { color: rgb(17,80,60); }
H1.HeaderClassName
{
color: #11503C;
}
.AnyTagClassName
{
color: #11503C;
}
</style>
background-color css
<style>
a { background-color: #11503C; }
a { background-color: rgb(17,80,60); }
div.DivClassName
{
background-color: #11503C;
}
.BgClassName
{
background-color: #11503C;
}
</style>
border-color css
<style>
span { border-color: #11503C; }
span { border-color: rgb(17,80,60); }
td.TdClassName
{
border-color: #11503C;
}
.TagClassName
{
border-color: #11503C;
}
</style>