Shades of Sherwood Green #124934
Tints of Sherwood Green #124934
RGB
CMYK
RGB Variations
Color information
#124934 (or 0x124934) is known color: Sherwood Green. HEX triplet: 12, 49 and 34. RGB value is (18,73,52). Sum of RGB (Red+Green+Blue) = 18+73+52=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #124934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124934 is #EDB6CB. Grayscale: #363636. Windows color (decimal): -15578828 or 3426578. OLE color: 3426578.
HSL color Cylindrical-coordinate representation of color #124934: hue angle of 157.09º 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 #124934 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 73 | 52 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.71 |
| HSL | 157.09º | 0.6% | 0.18% | - |
| HSV(B) | 157.09º | 0.75% | 0.29% | - |
| XYZ | 3.25 | 5.14 | 4.07 | - |
| YUV | 54.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 52 | 0.75 | 0 | 0.29 | 0.71 | 157.09 | 0.6 | 0.18 |
| Hex | 12 | 49 | 34 | 4B | 0 | 1D | 47 | 9D | 3C | 12 |
| Octal | 22 | 111 | 64 | 113 | 0 | 35 | 107 | 235 | 74 | 22 |
| Binary | 10010 | 1001001 | 110100 | 1001011 | 0 | 11101 | 1000111 | 10011101 | 111100 | 10010 |
Color Harmonies of #124934
Complementary color
Monochromatic Colors of #124934
Black with #124934
Text Example
Text Example
White with #124934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124934; }
p { color: rgb(18,73,52); }
H1.HeaderClassName
{
color: #124934;
}
.AnyTagClassName
{
color: #124934;
}
</style>
background-color css
<style>
a { background-color: #124934; }
a { background-color: rgb(18,73,52); }
div.DivClassName
{
background-color: #124934;
}
.BgClassName
{
background-color: #124934;
}
</style>
border-color css
<style>
span { border-color: #124934; }
span { border-color: rgb(18,73,52); }
td.TdClassName
{
border-color: #124934;
}
.TagClassName
{
border-color: #124934;
}
</style>