Shades of Sherwood Green #114132
Tints of Sherwood Green #114132
RGB
CMYK
RGB Variations
Color information
#114132 (or 0x114132) is known color: Sherwood Green. HEX triplet: 11, 41 and 32. RGB value is (17,65,50). Sum of RGB (Red+Green+Blue) = 17+65+50=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #114132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114132 is #EEBECD. Grayscale: #303030. Windows color (decimal): -15646414 or 3293457. OLE color: 3293457.
HSL color Cylindrical-coordinate representation of color #114132: hue angle of 161.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114132 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 65 | 50 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.75 |
| HSL | 161.25º | 0.59% | 0.16% | - |
| HSV(B) | 161.25º | 0.74% | 0.25% | - |
| XYZ | 2.7 | 4.13 | 3.67 | - |
| YUV | 48.94 | 128.6 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 50 | 0.74 | 0 | 0.23 | 0.75 | 161.25 | 0.59 | 0.16 |
| Hex | 11 | 41 | 32 | 4A | 0 | 17 | 4B | A1 | 3B | 10 |
| Octal | 21 | 101 | 62 | 112 | 0 | 27 | 113 | 241 | 73 | 20 |
| Binary | 10001 | 1000001 | 110010 | 1001010 | 0 | 10111 | 1001011 | 10100001 | 111011 | 10000 |
Color Harmonies of #114132
Complementary color
Monochromatic Colors of #114132
Black with #114132
Text Example
Text Example
White with #114132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114132; }
p { color: rgb(17,65,50); }
H1.HeaderClassName
{
color: #114132;
}
.AnyTagClassName
{
color: #114132;
}
</style>
background-color css
<style>
a { background-color: #114132; }
a { background-color: rgb(17,65,50); }
div.DivClassName
{
background-color: #114132;
}
.BgClassName
{
background-color: #114132;
}
</style>
border-color css
<style>
span { border-color: #114132; }
span { border-color: rgb(17,65,50); }
td.TdClassName
{
border-color: #114132;
}
.TagClassName
{
border-color: #114132;
}
</style>