Shades of Sherwood Green #0B4834
Tints of Sherwood Green #0B4834
RGB
CMYK
RGB Variations
Color information
#0B4834 (or 0x0B4834) is known color: Sherwood Green. HEX triplet: 0B, 48 and 34. RGB value is (11,72,52). Sum of RGB (Red+Green+Blue) = 11+72+52=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #0B4834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4834 is #F4B7CB. Grayscale: #333333. Windows color (decimal): -16037836 or 3426315. OLE color: 3426315.
HSL color Cylindrical-coordinate representation of color #0B4834: hue angle of 160.33º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4834 is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 72 | 52 | - |
| CMYK | 0.85 | 0 | 0.28 | 0.72 |
| HSL | 160.33º | 0.73% | 0.16% | - |
| HSV(B) | 160.33º | 0.85% | 0.28% | - |
| XYZ | 3.08 | 4.95 | 4.04 | - |
| YUV | 51.48 | 128.29 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 72 | 52 | 0.85 | 0 | 0.28 | 0.72 | 160.33 | 0.73 | 0.16 |
| Hex | B | 48 | 34 | 55 | 0 | 1C | 48 | A0 | 49 | 10 |
| Octal | 13 | 110 | 64 | 125 | 0 | 34 | 110 | 240 | 111 | 20 |
| Binary | 1011 | 1001000 | 110100 | 1010101 | 0 | 11100 | 1001000 | 10100000 | 1001001 | 10000 |
Color Harmonies of #0B4834
Complementary color
Monochromatic Colors of #0B4834
Black with #0B4834
Text Example
Text Example
White with #0B4834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4834; }
p { color: rgb(11,72,52); }
H1.HeaderClassName
{
color: #0B4834;
}
.AnyTagClassName
{
color: #0B4834;
}
</style>
background-color css
<style>
a { background-color: #0B4834; }
a { background-color: rgb(11,72,52); }
div.DivClassName
{
background-color: #0B4834;
}
.BgClassName
{
background-color: #0B4834;
}
</style>
border-color css
<style>
span { border-color: #0B4834; }
span { border-color: rgb(11,72,52); }
td.TdClassName
{
border-color: #0B4834;
}
.TagClassName
{
border-color: #0B4834;
}
</style>