Shades of Sherwood Green #124C3B
Tints of Sherwood Green #124C3B
RGB
CMYK
RGB Variations
Color information
#124C3B (or 0x124C3B) is known color: Sherwood Green. HEX triplet: 12, 4C and 3B. RGB value is (18,76,59). Sum of RGB (Red+Green+Blue) = 18+76+59=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #124C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C3B is #EDB3C4. Grayscale: #383838. Windows color (decimal): -15578053 or 3886098. OLE color: 3886098.
HSL color Cylindrical-coordinate representation of color #124C3B: hue angle of 162.41º 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 #124C3B is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 76 | 59 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.70 |
| HSL | 162.41º | 0.62% | 0.18% | - |
| HSV(B) | 162.41º | 0.76% | 0.3% | - |
| XYZ | 3.62 | 5.61 | 5.03 | - |
| YUV | 56.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 59 | 0.76 | 0 | 0.22 | 0.70 | 162.41 | 0.62 | 0.18 |
| Hex | 12 | 4C | 3B | 4C | 0 | 16 | 46 | A2 | 3E | 12 |
| Octal | 22 | 114 | 73 | 114 | 0 | 26 | 106 | 242 | 76 | 22 |
| Binary | 10010 | 1001100 | 111011 | 1001100 | 0 | 10110 | 1000110 | 10100010 | 111110 | 10010 |
Color Harmonies of #124C3B
Complementary color
Monochromatic Colors of #124C3B
Black with #124C3B
Text Example
Text Example
White with #124C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C3B; }
p { color: rgb(18,76,59); }
H1.HeaderClassName
{
color: #124C3B;
}
.AnyTagClassName
{
color: #124C3B;
}
</style>
background-color css
<style>
a { background-color: #124C3B; }
a { background-color: rgb(18,76,59); }
div.DivClassName
{
background-color: #124C3B;
}
.BgClassName
{
background-color: #124C3B;
}
</style>
border-color css
<style>
span { border-color: #124C3B; }
span { border-color: rgb(18,76,59); }
td.TdClassName
{
border-color: #124C3B;
}
.TagClassName
{
border-color: #124C3B;
}
</style>