Shades of Sherwood Green #0F4C37
Tints of Sherwood Green #0F4C37
RGB
CMYK
RGB Variations
Color information
#0F4C37 (or 0x0F4C37) is known color: Sherwood Green. HEX triplet: 0F, 4C and 37. RGB value is (15,76,55). Sum of RGB (Red+Green+Blue) = 15+76+55=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4C37 is #F0B3C8. Grayscale: #373737. Windows color (decimal): -15774665 or 3623951. OLE color: 3623951.
HSL color Cylindrical-coordinate representation of color #0F4C37: hue angle of 159.34º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4C37 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 76 | 55 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.70 |
| HSL | 159.34º | 0.67% | 0.18% | - |
| HSV(B) | 159.34º | 0.8% | 0.3% | - |
| XYZ | 3.47 | 5.55 | 4.5 | - |
| YUV | 55.37 | 127.79 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 76 | 55 | 0.80 | 0 | 0.28 | 0.70 | 159.34 | 0.67 | 0.18 |
| Hex | F | 4C | 37 | 50 | 0 | 1C | 46 | 9F | 43 | 12 |
| Octal | 17 | 114 | 67 | 120 | 0 | 34 | 106 | 237 | 103 | 22 |
| Binary | 1111 | 1001100 | 110111 | 1010000 | 0 | 11100 | 1000110 | 10011111 | 1000011 | 10010 |
Color Harmonies of #0F4C37
Complementary color
Monochromatic Colors of #0F4C37
Black with #0F4C37
Text Example
Text Example
White with #0F4C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4C37; }
p { color: rgb(15,76,55); }
H1.HeaderClassName
{
color: #0F4C37;
}
.AnyTagClassName
{
color: #0F4C37;
}
</style>
background-color css
<style>
a { background-color: #0F4C37; }
a { background-color: rgb(15,76,55); }
div.DivClassName
{
background-color: #0F4C37;
}
.BgClassName
{
background-color: #0F4C37;
}
</style>
border-color css
<style>
span { border-color: #0F4C37; }
span { border-color: rgb(15,76,55); }
td.TdClassName
{
border-color: #0F4C37;
}
.TagClassName
{
border-color: #0F4C37;
}
</style>