Shades of Sherwood Green #0F4C36
Tints of Sherwood Green #0F4C36
RGB
CMYK
RGB Variations
Color information
#0F4C36 (or 0x0F4C36) is known color: Sherwood Green. HEX triplet: 0F, 4C and 36. RGB value is (15,76,54). Sum of RGB (Red+Green+Blue) = 15+76+54=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4C36 is #F0B3C9. Grayscale: #373737. Windows color (decimal): -15774666 or 3558415. OLE color: 3558415.
HSL color Cylindrical-coordinate representation of color #0F4C36: hue angle of 158.36º 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 #0F4C36 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 76 | 54 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.70 |
| HSL | 158.36º | 0.67% | 0.18% | - |
| HSV(B) | 158.36º | 0.8% | 0.3% | - |
| XYZ | 3.45 | 5.54 | 4.38 | - |
| YUV | 55.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 76 | 54 | 0.80 | 0 | 0.29 | 0.70 | 158.36 | 0.67 | 0.18 |
| Hex | F | 4C | 36 | 50 | 0 | 1D | 46 | 9E | 43 | 12 |
| Octal | 17 | 114 | 66 | 120 | 0 | 35 | 106 | 236 | 103 | 22 |
| Binary | 1111 | 1001100 | 110110 | 1010000 | 0 | 11101 | 1000110 | 10011110 | 1000011 | 10010 |
Color Harmonies of #0F4C36
Complementary color
Monochromatic Colors of #0F4C36
Black with #0F4C36
Text Example
Text Example
White with #0F4C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4C36; }
p { color: rgb(15,76,54); }
H1.HeaderClassName
{
color: #0F4C36;
}
.AnyTagClassName
{
color: #0F4C36;
}
</style>
background-color css
<style>
a { background-color: #0F4C36; }
a { background-color: rgb(15,76,54); }
div.DivClassName
{
background-color: #0F4C36;
}
.BgClassName
{
background-color: #0F4C36;
}
</style>
border-color css
<style>
span { border-color: #0F4C36; }
span { border-color: rgb(15,76,54); }
td.TdClassName
{
border-color: #0F4C36;
}
.TagClassName
{
border-color: #0F4C36;
}
</style>