Shades of Sherwood Green #124732
Tints of Sherwood Green #124732
RGB
CMYK
RGB Variations
Color information
#124732 (or 0x124732) is known color: Sherwood Green. HEX triplet: 12, 47 and 32. RGB value is (18,71,50). Sum of RGB (Red+Green+Blue) = 18+71+50=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #124732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124732 is #EDB8CD. Grayscale: #343434. Windows color (decimal): -15579342 or 3294994. OLE color: 3294994.
HSL color Cylindrical-coordinate representation of color #124732: hue angle of 156.23º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124732 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 71 | 50 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.72 |
| HSL | 156.23º | 0.6% | 0.17% | - |
| HSV(B) | 156.23º | 0.75% | 0.28% | - |
| XYZ | 3.08 | 4.87 | 3.79 | - |
| YUV | 52.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 50 | 0.75 | 0 | 0.30 | 0.72 | 156.23 | 0.6 | 0.17 |
| Hex | 12 | 47 | 32 | 4B | 0 | 1E | 48 | 9C | 3C | 11 |
| Octal | 22 | 107 | 62 | 113 | 0 | 36 | 110 | 234 | 74 | 21 |
| Binary | 10010 | 1000111 | 110010 | 1001011 | 0 | 11110 | 1001000 | 10011100 | 111100 | 10001 |
Color Harmonies of #124732
Complementary color
Monochromatic Colors of #124732
Black with #124732
Text Example
Text Example
White with #124732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124732; }
p { color: rgb(18,71,50); }
H1.HeaderClassName
{
color: #124732;
}
.AnyTagClassName
{
color: #124732;
}
</style>
background-color css
<style>
a { background-color: #124732; }
a { background-color: rgb(18,71,50); }
div.DivClassName
{
background-color: #124732;
}
.BgClassName
{
background-color: #124732;
}
</style>
border-color css
<style>
span { border-color: #124732; }
span { border-color: rgb(18,71,50); }
td.TdClassName
{
border-color: #124732;
}
.TagClassName
{
border-color: #124732;
}
</style>