Shades of Sherwood Green #124E38
Tints of Sherwood Green #124E38
RGB
CMYK
RGB Variations
Color information
#124E38 (or 0x124E38) is known color: Sherwood Green. HEX triplet: 12, 4E and 38. RGB value is (18,78,56). Sum of RGB (Red+Green+Blue) = 18+78+56=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 78 (30.86% from 255 or 51.32% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 78 - color contains mainly: green. Hex color #124E38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E38 is #EDB1C7. Grayscale: #393939. Windows color (decimal): -15577544 or 3690002. OLE color: 3690002.
HSL color Cylindrical-coordinate representation of color #124E38: hue angle of 158º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124E38 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 78 | 56 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.69 |
| HSL | 158º | 0.63% | 0.19% | - |
| HSV(B) | 158º | 0.77% | 0.31% | - |
| XYZ | 3.69 | 5.86 | 4.68 | - |
| YUV | 57.55 | 127.12 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 56 | 0.77 | 0 | 0.28 | 0.69 | 158 | 0.63 | 0.19 |
| Hex | 12 | 4E | 38 | 4D | 0 | 1C | 45 | 9E | 3E | 13 |
| Octal | 22 | 116 | 70 | 115 | 0 | 34 | 105 | 236 | 76 | 23 |
| Binary | 10010 | 1001110 | 111000 | 1001101 | 0 | 11100 | 1000101 | 10011110 | 111110 | 10011 |
Color Harmonies of #124E38
Complementary color
Monochromatic Colors of #124E38
Black with #124E38
Text Example
Text Example
White with #124E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E38; }
p { color: rgb(18,78,56); }
H1.HeaderClassName
{
color: #124E38;
}
.AnyTagClassName
{
color: #124E38;
}
</style>
background-color css
<style>
a { background-color: #124E38; }
a { background-color: rgb(18,78,56); }
div.DivClassName
{
background-color: #124E38;
}
.BgClassName
{
background-color: #124E38;
}
</style>
border-color css
<style>
span { border-color: #124E38; }
span { border-color: rgb(18,78,56); }
td.TdClassName
{
border-color: #124E38;
}
.TagClassName
{
border-color: #124E38;
}
</style>