Shades of Sherwood Green #124937
Tints of Sherwood Green #124937
RGB
CMYK
RGB Variations
Color information
#124937 (or 0x124937) is known color: Sherwood Green. HEX triplet: 12, 49 and 37. RGB value is (18,73,55). Sum of RGB (Red+Green+Blue) = 18+73+55=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #124937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124937 is #EDB6C8. Grayscale: #363636. Windows color (decimal): -15578825 or 3623186. OLE color: 3623186.
HSL color Cylindrical-coordinate representation of color #124937: hue angle of 160.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124937 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 73 | 55 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.71 |
| HSL | 160.36º | 0.6% | 0.18% | - |
| HSV(B) | 160.36º | 0.75% | 0.29% | - |
| XYZ | 3.32 | 5.17 | 4.44 | - |
| YUV | 54.5 | 128.28 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 55 | 0.75 | 0 | 0.25 | 0.71 | 160.36 | 0.6 | 0.18 |
| Hex | 12 | 49 | 37 | 4B | 0 | 19 | 47 | A0 | 3C | 12 |
| Octal | 22 | 111 | 67 | 113 | 0 | 31 | 107 | 240 | 74 | 22 |
| Binary | 10010 | 1001001 | 110111 | 1001011 | 0 | 11001 | 1000111 | 10100000 | 111100 | 10010 |
Color Harmonies of #124937
Complementary color
Monochromatic Colors of #124937
Black with #124937
Text Example
Text Example
White with #124937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124937; }
p { color: rgb(18,73,55); }
H1.HeaderClassName
{
color: #124937;
}
.AnyTagClassName
{
color: #124937;
}
</style>
background-color css
<style>
a { background-color: #124937; }
a { background-color: rgb(18,73,55); }
div.DivClassName
{
background-color: #124937;
}
.BgClassName
{
background-color: #124937;
}
</style>
border-color css
<style>
span { border-color: #124937; }
span { border-color: rgb(18,73,55); }
td.TdClassName
{
border-color: #124937;
}
.TagClassName
{
border-color: #124937;
}
</style>