Shades of Sherwood Green #0B513A
Tints of Sherwood Green #0B513A
RGB
CMYK
RGB Variations
Color information
#0B513A (or 0x0B513A) is known color: Sherwood Green. HEX triplet: 0B, 51 and 3A. RGB value is (11,81,58). Sum of RGB (Red+Green+Blue) = 11+81+58=150 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.33% from 150); Green value is 81 (32.03% from 255 or 54% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 81 - color contains mainly: green. Hex color #0B513A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B513A is #F4AEC5. Grayscale: #393939. Windows color (decimal): -16035526 or 3821835. OLE color: 3821835.
HSL color Cylindrical-coordinate representation of color #0B513A: hue angle of 160.29º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B513A is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 81 | 58 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.68 |
| HSL | 160.29º | 0.76% | 0.18% | - |
| HSV(B) | 160.29º | 0.86% | 0.32% | - |
| XYZ | 3.84 | 6.26 | 5.01 | - |
| YUV | 57.45 | 128.31 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 81 | 58 | 0.86 | 0 | 0.28 | 0.68 | 160.29 | 0.76 | 0.18 |
| Hex | B | 51 | 3A | 56 | 0 | 1C | 44 | A0 | 4C | 12 |
| Octal | 13 | 121 | 72 | 126 | 0 | 34 | 104 | 240 | 114 | 22 |
| Binary | 1011 | 1010001 | 111010 | 1010110 | 0 | 11100 | 1000100 | 10100000 | 1001100 | 10010 |
Color Harmonies of #0B513A
Complementary color
Monochromatic Colors of #0B513A
Black with #0B513A
Text Example
Text Example
White with #0B513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B513A; }
p { color: rgb(11,81,58); }
H1.HeaderClassName
{
color: #0B513A;
}
.AnyTagClassName
{
color: #0B513A;
}
</style>
background-color css
<style>
a { background-color: #0B513A; }
a { background-color: rgb(11,81,58); }
div.DivClassName
{
background-color: #0B513A;
}
.BgClassName
{
background-color: #0B513A;
}
</style>
border-color css
<style>
span { border-color: #0B513A; }
span { border-color: rgb(11,81,58); }
td.TdClassName
{
border-color: #0B513A;
}
.TagClassName
{
border-color: #0B513A;
}
</style>