Shades of Sherwood Green #0F4C39
Tints of Sherwood Green #0F4C39
RGB
CMYK
RGB Variations
Color information
#0F4C39 (or 0x0F4C39) is known color: Sherwood Green. HEX triplet: 0F, 4C and 39. RGB value is (15,76,57). Sum of RGB (Red+Green+Blue) = 15+76+57=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4C39 is #F0B3C6. Grayscale: #373737. Windows color (decimal): -15774663 or 3755023. OLE color: 3755023.
HSL color Cylindrical-coordinate representation of color #0F4C39: hue angle of 161.31º 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 #0F4C39 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 76 | 57 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.70 |
| HSL | 161.31º | 0.67% | 0.18% | - |
| HSV(B) | 161.31º | 0.8% | 0.3% | - |
| XYZ | 3.52 | 5.57 | 4.76 | - |
| YUV | 55.6 | 128.79 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 76 | 57 | 0.80 | 0 | 0.25 | 0.70 | 161.31 | 0.67 | 0.18 |
| Hex | F | 4C | 39 | 50 | 0 | 19 | 46 | A1 | 43 | 12 |
| Octal | 17 | 114 | 71 | 120 | 0 | 31 | 106 | 241 | 103 | 22 |
| Binary | 1111 | 1001100 | 111001 | 1010000 | 0 | 11001 | 1000110 | 10100001 | 1000011 | 10010 |
Color Harmonies of #0F4C39
Complementary color
Monochromatic Colors of #0F4C39
Black with #0F4C39
Text Example
Text Example
White with #0F4C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4C39; }
p { color: rgb(15,76,57); }
H1.HeaderClassName
{
color: #0F4C39;
}
.AnyTagClassName
{
color: #0F4C39;
}
</style>
background-color css
<style>
a { background-color: #0F4C39; }
a { background-color: rgb(15,76,57); }
div.DivClassName
{
background-color: #0F4C39;
}
.BgClassName
{
background-color: #0F4C39;
}
</style>
border-color css
<style>
span { border-color: #0F4C39; }
span { border-color: rgb(15,76,57); }
td.TdClassName
{
border-color: #0F4C39;
}
.TagClassName
{
border-color: #0F4C39;
}
</style>