Shades of Sherwood Green #114A38
Tints of Sherwood Green #114A38
RGB
CMYK
RGB Variations
Color information
#114A38 (or 0x114A38) is known color: Sherwood Green. HEX triplet: 11, 4A and 38. RGB value is (17,74,56). Sum of RGB (Red+Green+Blue) = 17+74+56=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #114A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A38 is #EEB5C7. Grayscale: #363636. Windows color (decimal): -15644104 or 3688977. OLE color: 3688977.
HSL color Cylindrical-coordinate representation of color #114A38: hue angle of 161.05º 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 #114A38 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 56 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.71 |
| HSL | 161.05º | 0.63% | 0.18% | - |
| HSV(B) | 161.05º | 0.77% | 0.29% | - |
| XYZ | 3.39 | 5.3 | 4.59 | - |
| YUV | 54.91 | 128.62 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 56 | 0.77 | 0 | 0.24 | 0.71 | 161.05 | 0.63 | 0.18 |
| Hex | 11 | 4A | 38 | 4D | 0 | 18 | 47 | A1 | 3F | 12 |
| Octal | 21 | 112 | 70 | 115 | 0 | 30 | 107 | 241 | 77 | 22 |
| Binary | 10001 | 1001010 | 111000 | 1001101 | 0 | 11000 | 1000111 | 10100001 | 111111 | 10010 |
Color Harmonies of #114A38
Complementary color
Monochromatic Colors of #114A38
Black with #114A38
Text Example
Text Example
White with #114A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A38; }
p { color: rgb(17,74,56); }
H1.HeaderClassName
{
color: #114A38;
}
.AnyTagClassName
{
color: #114A38;
}
</style>
background-color css
<style>
a { background-color: #114A38; }
a { background-color: rgb(17,74,56); }
div.DivClassName
{
background-color: #114A38;
}
.BgClassName
{
background-color: #114A38;
}
</style>
border-color css
<style>
span { border-color: #114A38; }
span { border-color: rgb(17,74,56); }
td.TdClassName
{
border-color: #114A38;
}
.TagClassName
{
border-color: #114A38;
}
</style>