Shades of Sherwood Green #114C38
Tints of Sherwood Green #114C38
RGB
CMYK
RGB Variations
Color information
#114C38 (or 0x114C38) is known color: Sherwood Green. HEX triplet: 11, 4C and 38. RGB value is (17,76,56). Sum of RGB (Red+Green+Blue) = 17+76+56=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 76 (30.08% from 255 or 51.01% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 76 - color contains mainly: green. Hex color #114C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C38 is #EEB3C7. Grayscale: #383838. Windows color (decimal): -15643592 or 3689489. OLE color: 3689489.
HSL color Cylindrical-coordinate representation of color #114C38: hue angle of 159.66º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114C38 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 76 | 56 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.70 |
| HSL | 159.66º | 0.63% | 0.18% | - |
| HSV(B) | 159.66º | 0.78% | 0.3% | - |
| XYZ | 3.53 | 5.57 | 4.63 | - |
| YUV | 56.08 | 127.95 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 56 | 0.78 | 0 | 0.26 | 0.70 | 159.66 | 0.63 | 0.18 |
| Hex | 11 | 4C | 38 | 4E | 0 | 1A | 46 | A0 | 3F | 12 |
| Octal | 21 | 114 | 70 | 116 | 0 | 32 | 106 | 240 | 77 | 22 |
| Binary | 10001 | 1001100 | 111000 | 1001110 | 0 | 11010 | 1000110 | 10100000 | 111111 | 10010 |
Color Harmonies of #114C38
Complementary color
Monochromatic Colors of #114C38
Black with #114C38
Text Example
Text Example
White with #114C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114C38; }
p { color: rgb(17,76,56); }
H1.HeaderClassName
{
color: #114C38;
}
.AnyTagClassName
{
color: #114C38;
}
</style>
background-color css
<style>
a { background-color: #114C38; }
a { background-color: rgb(17,76,56); }
div.DivClassName
{
background-color: #114C38;
}
.BgClassName
{
background-color: #114C38;
}
</style>
border-color css
<style>
span { border-color: #114C38; }
span { border-color: rgb(17,76,56); }
td.TdClassName
{
border-color: #114C38;
}
.TagClassName
{
border-color: #114C38;
}
</style>