Shades of Sherwood Green #11523D
Tints of Sherwood Green #11523D
RGB
CMYK
RGB Variations
Color information
#11523D (or 0x11523D) is known color: Sherwood Green. HEX triplet: 11, 52 and 3D. RGB value is (17,82,61). Sum of RGB (Red+Green+Blue) = 17+82+61=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #11523D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11523D is #EEADC2. Grayscale: #3C3C3C. Windows color (decimal): -15642051 or 4018705. OLE color: 4018705.
HSL color Cylindrical-coordinate representation of color #11523D: hue angle of 160.62º 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 #11523D is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 82 | 61 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.68 |
| HSL | 160.62º | 0.66% | 0.19% | - |
| HSV(B) | 160.62º | 0.79% | 0.32% | - |
| XYZ | 4.09 | 6.49 | 5.45 | - |
| YUV | 60.17 | 128.47 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 61 | 0.79 | 0 | 0.26 | 0.68 | 160.62 | 0.66 | 0.19 |
| Hex | 11 | 52 | 3D | 4F | 0 | 1A | 44 | A1 | 42 | 13 |
| Octal | 21 | 122 | 75 | 117 | 0 | 32 | 104 | 241 | 102 | 23 |
| Binary | 10001 | 1010010 | 111101 | 1001111 | 0 | 11010 | 1000100 | 10100001 | 1000010 | 10011 |
Color Harmonies of #11523D
Complementary color
Monochromatic Colors of #11523D
Black with #11523D
Text Example
Text Example
White with #11523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11523D; }
p { color: rgb(17,82,61); }
H1.HeaderClassName
{
color: #11523D;
}
.AnyTagClassName
{
color: #11523D;
}
</style>
background-color css
<style>
a { background-color: #11523D; }
a { background-color: rgb(17,82,61); }
div.DivClassName
{
background-color: #11523D;
}
.BgClassName
{
background-color: #11523D;
}
</style>
border-color css
<style>
span { border-color: #11523D; }
span { border-color: rgb(17,82,61); }
td.TdClassName
{
border-color: #11523D;
}
.TagClassName
{
border-color: #11523D;
}
</style>