Shades of Sherwood Green #124C39
Tints of Sherwood Green #124C39
RGB
CMYK
RGB Variations
Color information
#124C39 (or 0x124C39) is known color: Sherwood Green. HEX triplet: 12, 4C and 39. RGB value is (18,76,57). Sum of RGB (Red+Green+Blue) = 18+76+57=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #124C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C39 is #EDB3C6. Grayscale: #383838. Windows color (decimal): -15578055 or 3755026. OLE color: 3755026.
HSL color Cylindrical-coordinate representation of color #124C39: hue angle of 160.34º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124C39 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 76 | 57 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.70 |
| HSL | 160.34º | 0.62% | 0.18% | - |
| HSV(B) | 160.34º | 0.76% | 0.3% | - |
| XYZ | 3.57 | 5.59 | 4.76 | - |
| YUV | 56.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 57 | 0.76 | 0 | 0.25 | 0.70 | 160.34 | 0.62 | 0.18 |
| Hex | 12 | 4C | 39 | 4C | 0 | 19 | 46 | A0 | 3E | 12 |
| Octal | 22 | 114 | 71 | 114 | 0 | 31 | 106 | 240 | 76 | 22 |
| Binary | 10010 | 1001100 | 111001 | 1001100 | 0 | 11001 | 1000110 | 10100000 | 111110 | 10010 |
Color Harmonies of #124C39
Complementary color
Monochromatic Colors of #124C39
Black with #124C39
Text Example
Text Example
White with #124C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C39; }
p { color: rgb(18,76,57); }
H1.HeaderClassName
{
color: #124C39;
}
.AnyTagClassName
{
color: #124C39;
}
</style>
background-color css
<style>
a { background-color: #124C39; }
a { background-color: rgb(18,76,57); }
div.DivClassName
{
background-color: #124C39;
}
.BgClassName
{
background-color: #124C39;
}
</style>
border-color css
<style>
span { border-color: #124C39; }
span { border-color: rgb(18,76,57); }
td.TdClassName
{
border-color: #124C39;
}
.TagClassName
{
border-color: #124C39;
}
</style>