Shades of Sherwood Green #0B4F37
Tints of Sherwood Green #0B4F37
RGB
CMYK
RGB Variations
Color information
#0B4F37 (or 0x0B4F37) is known color: Sherwood Green. HEX triplet: 0B, 4F and 37. RGB value is (11,79,55). Sum of RGB (Red+Green+Blue) = 11+79+55=145 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.59% from 145); Green value is 79 (31.25% from 255 or 54.48% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 79 - color contains mainly: green. Hex color #0B4F37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4F37 is #F4B0C8. Grayscale: #373737. Windows color (decimal): -16036041 or 3624715. OLE color: 3624715.
HSL color Cylindrical-coordinate representation of color #0B4F37: hue angle of 158.82º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4F37 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 79 | 55 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.69 |
| HSL | 158.82º | 0.76% | 0.18% | - |
| HSV(B) | 158.82º | 0.86% | 0.31% | - |
| XYZ | 3.62 | 5.94 | 4.57 | - |
| YUV | 55.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 79 | 55 | 0.86 | 0 | 0.30 | 0.69 | 158.82 | 0.76 | 0.18 |
| Hex | B | 4F | 37 | 56 | 0 | 1E | 45 | 9F | 4C | 12 |
| Octal | 13 | 117 | 67 | 126 | 0 | 36 | 105 | 237 | 114 | 22 |
| Binary | 1011 | 1001111 | 110111 | 1010110 | 0 | 11110 | 1000101 | 10011111 | 1001100 | 10010 |
Color Harmonies of #0B4F37
Complementary color
Monochromatic Colors of #0B4F37
Black with #0B4F37
Text Example
Text Example
White with #0B4F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4F37; }
p { color: rgb(11,79,55); }
H1.HeaderClassName
{
color: #0B4F37;
}
.AnyTagClassName
{
color: #0B4F37;
}
</style>
background-color css
<style>
a { background-color: #0B4F37; }
a { background-color: rgb(11,79,55); }
div.DivClassName
{
background-color: #0B4F37;
}
.BgClassName
{
background-color: #0B4F37;
}
</style>
border-color css
<style>
span { border-color: #0B4F37; }
span { border-color: rgb(11,79,55); }
td.TdClassName
{
border-color: #0B4F37;
}
.TagClassName
{
border-color: #0B4F37;
}
</style>