Shades of Sherwood Green #11523C
Tints of Sherwood Green #11523C
RGB
CMYK
RGB Variations
Color information
#11523C (or 0x11523C) is known color: Sherwood Green. HEX triplet: 11, 52 and 3C. RGB value is (17,82,60). Sum of RGB (Red+Green+Blue) = 17+82+60=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #11523C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11523C is #EEADC3. Grayscale: #3C3C3C. Windows color (decimal): -15642052 or 3953169. OLE color: 3953169.
HSL color Cylindrical-coordinate representation of color #11523C: hue angle of 159.69º degrees, saturation: 0.66, 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 #11523C is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 82 | 60 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.68 |
| HSL | 159.69º | 0.66% | 0.19% | - |
| HSV(B) | 159.69º | 0.79% | 0.32% | - |
| XYZ | 4.06 | 6.48 | 5.31 | - |
| YUV | 60.06 | 127.97 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 60 | 0.79 | 0 | 0.27 | 0.68 | 159.69 | 0.66 | 0.19 |
| Hex | 11 | 52 | 3C | 4F | 0 | 1B | 44 | A0 | 42 | 13 |
| Octal | 21 | 122 | 74 | 117 | 0 | 33 | 104 | 240 | 102 | 23 |
| Binary | 10001 | 1010010 | 111100 | 1001111 | 0 | 11011 | 1000100 | 10100000 | 1000010 | 10011 |
Color Harmonies of #11523C
Complementary color
Monochromatic Colors of #11523C
Black with #11523C
Text Example
Text Example
White with #11523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11523C; }
p { color: rgb(17,82,60); }
H1.HeaderClassName
{
color: #11523C;
}
.AnyTagClassName
{
color: #11523C;
}
</style>
background-color css
<style>
a { background-color: #11523C; }
a { background-color: rgb(17,82,60); }
div.DivClassName
{
background-color: #11523C;
}
.BgClassName
{
background-color: #11523C;
}
</style>
border-color css
<style>
span { border-color: #11523C; }
span { border-color: rgb(17,82,60); }
td.TdClassName
{
border-color: #11523C;
}
.TagClassName
{
border-color: #11523C;
}
</style>