Shades of Sherwood Green #124A37
Tints of Sherwood Green #124A37
RGB
CMYK
RGB Variations
Color information
#124A37 (or 0x124A37) is known color: Sherwood Green. HEX triplet: 12, 4A and 37. RGB value is (18,74,55). Sum of RGB (Red+Green+Blue) = 18+74+55=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #124A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A37 is #EDB5C8. Grayscale: #373737. Windows color (decimal): -15578569 or 3623442. OLE color: 3623442.
HSL color Cylindrical-coordinate representation of color #124A37: hue angle of 159.64º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124A37 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 74 | 55 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.71 |
| HSL | 159.64º | 0.61% | 0.18% | - |
| HSV(B) | 159.64º | 0.76% | 0.29% | - |
| XYZ | 3.39 | 5.3 | 4.46 | - |
| YUV | 55.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 55 | 0.76 | 0 | 0.26 | 0.71 | 159.64 | 0.61 | 0.18 |
| Hex | 12 | 4A | 37 | 4C | 0 | 1A | 47 | A0 | 3D | 12 |
| Octal | 22 | 112 | 67 | 114 | 0 | 32 | 107 | 240 | 75 | 22 |
| Binary | 10010 | 1001010 | 110111 | 1001100 | 0 | 11010 | 1000111 | 10100000 | 111101 | 10010 |
Color Harmonies of #124A37
Complementary color
Monochromatic Colors of #124A37
Black with #124A37
Text Example
Text Example
White with #124A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A37; }
p { color: rgb(18,74,55); }
H1.HeaderClassName
{
color: #124A37;
}
.AnyTagClassName
{
color: #124A37;
}
</style>
background-color css
<style>
a { background-color: #124A37; }
a { background-color: rgb(18,74,55); }
div.DivClassName
{
background-color: #124A37;
}
.BgClassName
{
background-color: #124A37;
}
</style>
border-color css
<style>
span { border-color: #124A37; }
span { border-color: rgb(18,74,55); }
td.TdClassName
{
border-color: #124A37;
}
.TagClassName
{
border-color: #124A37;
}
</style>