Shades of Sherwood Green #114A36
Tints of Sherwood Green #114A36
RGB
CMYK
RGB Variations
Color information
#114A36 (or 0x114A36) is known color: Sherwood Green. HEX triplet: 11, 4A and 36. RGB value is (17,74,54). Sum of RGB (Red+Green+Blue) = 17+74+54=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 74 (29.30% from 255 or 51.03% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 74 - color contains mainly: green. Hex color #114A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A36 is #EEB5C9. Grayscale: #363636. Windows color (decimal): -15644106 or 3557905. OLE color: 3557905.
HSL color Cylindrical-coordinate representation of color #114A36: hue angle of 158.95º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114A36 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 54 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.71 |
| HSL | 158.95º | 0.63% | 0.18% | - |
| HSV(B) | 158.95º | 0.77% | 0.29% | - |
| XYZ | 3.35 | 5.28 | 4.33 | - |
| YUV | 54.68 | 127.62 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 54 | 0.77 | 0 | 0.27 | 0.71 | 158.95 | 0.63 | 0.18 |
| Hex | 11 | 4A | 36 | 4D | 0 | 1B | 47 | 9F | 3F | 12 |
| Octal | 21 | 112 | 66 | 115 | 0 | 33 | 107 | 237 | 77 | 22 |
| Binary | 10001 | 1001010 | 110110 | 1001101 | 0 | 11011 | 1000111 | 10011111 | 111111 | 10010 |
Color Harmonies of #114A36
Complementary color
Monochromatic Colors of #114A36
Black with #114A36
Text Example
Text Example
White with #114A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A36; }
p { color: rgb(17,74,54); }
H1.HeaderClassName
{
color: #114A36;
}
.AnyTagClassName
{
color: #114A36;
}
</style>
background-color css
<style>
a { background-color: #114A36; }
a { background-color: rgb(17,74,54); }
div.DivClassName
{
background-color: #114A36;
}
.BgClassName
{
background-color: #114A36;
}
</style>
border-color css
<style>
span { border-color: #114A36; }
span { border-color: rgb(17,74,54); }
td.TdClassName
{
border-color: #114A36;
}
.TagClassName
{
border-color: #114A36;
}
</style>