Shades of Sherwood Green #124F3C
Tints of Sherwood Green #124F3C
RGB
CMYK
RGB Variations
Color information
#124F3C (or 0x124F3C) is known color: Sherwood Green. HEX triplet: 12, 4F and 3C. RGB value is (18,79,60). Sum of RGB (Red+Green+Blue) = 18+79+60=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 79 (31.25% from 255 or 50.32% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 79 - color contains mainly: green. Hex color #124F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F3C is #EDB0C3. Grayscale: #3A3A3A. Windows color (decimal): -15577284 or 3952402. OLE color: 3952402.
HSL color Cylindrical-coordinate representation of color #124F3C: hue angle of 161.31º degrees, saturation: 0.63, 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 #124F3C is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 60 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.69 |
| HSL | 161.31º | 0.63% | 0.19% | - |
| HSV(B) | 161.31º | 0.77% | 0.31% | - |
| XYZ | 3.86 | 6.05 | 5.24 | - |
| YUV | 58.6 | 128.79 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 60 | 0.77 | 0 | 0.24 | 0.69 | 161.31 | 0.63 | 0.19 |
| Hex | 12 | 4F | 3C | 4D | 0 | 18 | 45 | A1 | 3F | 13 |
| Octal | 22 | 117 | 74 | 115 | 0 | 30 | 105 | 241 | 77 | 23 |
| Binary | 10010 | 1001111 | 111100 | 1001101 | 0 | 11000 | 1000101 | 10100001 | 111111 | 10011 |
Color Harmonies of #124F3C
Complementary color
Monochromatic Colors of #124F3C
Black with #124F3C
Text Example
Text Example
White with #124F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F3C; }
p { color: rgb(18,79,60); }
H1.HeaderClassName
{
color: #124F3C;
}
.AnyTagClassName
{
color: #124F3C;
}
</style>
background-color css
<style>
a { background-color: #124F3C; }
a { background-color: rgb(18,79,60); }
div.DivClassName
{
background-color: #124F3C;
}
.BgClassName
{
background-color: #124F3C;
}
</style>
border-color css
<style>
span { border-color: #124F3C; }
span { border-color: rgb(18,79,60); }
td.TdClassName
{
border-color: #124F3C;
}
.TagClassName
{
border-color: #124F3C;
}
</style>