Shades of Sherwood Green #0B5038
Tints of Sherwood Green #0B5038
RGB
CMYK
RGB Variations
Color information
#0B5038 (or 0x0B5038) is known color: Sherwood Green. HEX triplet: 0B, 50 and 38. RGB value is (11,80,56). Sum of RGB (Red+Green+Blue) = 11+80+56=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #0B5038 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5038 is #F4AFC7. Grayscale: #383838. Windows color (decimal): -16035784 or 3690507. OLE color: 3690507.
HSL color Cylindrical-coordinate representation of color #0B5038: hue angle of 159.13º 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 #0B5038 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 80 | 56 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.69 |
| HSL | 159.13º | 0.76% | 0.18% | - |
| HSV(B) | 159.13º | 0.86% | 0.31% | - |
| XYZ | 3.72 | 6.09 | 4.72 | - |
| YUV | 56.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 80 | 56 | 0.86 | 0 | 0.30 | 0.69 | 159.13 | 0.76 | 0.18 |
| Hex | B | 50 | 38 | 56 | 0 | 1E | 45 | 9F | 4C | 12 |
| Octal | 13 | 120 | 70 | 126 | 0 | 36 | 105 | 237 | 114 | 22 |
| Binary | 1011 | 1010000 | 111000 | 1010110 | 0 | 11110 | 1000101 | 10011111 | 1001100 | 10010 |
Color Harmonies of #0B5038
Complementary color
Monochromatic Colors of #0B5038
Black with #0B5038
Text Example
Text Example
White with #0B5038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5038; }
p { color: rgb(11,80,56); }
H1.HeaderClassName
{
color: #0B5038;
}
.AnyTagClassName
{
color: #0B5038;
}
</style>
background-color css
<style>
a { background-color: #0B5038; }
a { background-color: rgb(11,80,56); }
div.DivClassName
{
background-color: #0B5038;
}
.BgClassName
{
background-color: #0B5038;
}
</style>
border-color css
<style>
span { border-color: #0B5038; }
span { border-color: rgb(11,80,56); }
td.TdClassName
{
border-color: #0B5038;
}
.TagClassName
{
border-color: #0B5038;
}
</style>