Shades of Sherwood Green #0B4333
Tints of Sherwood Green #0B4333
RGB
CMYK
RGB Variations
Color information
#0B4333 (or 0x0B4333) is known color: Sherwood Green. HEX triplet: 0B, 43 and 33. RGB value is (11,67,51). Sum of RGB (Red+Green+Blue) = 11+67+51=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #0B4333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4333 is #F4BCCC. Grayscale: #303030. Windows color (decimal): -16039117 or 3359499. OLE color: 3359499.
HSL color Cylindrical-coordinate representation of color #0B4333: hue angle of 162.86º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4333 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 11 | 67 | 51 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.74 |
| HSL | 162.86º | 0.72% | 0.15% | - |
| HSV(B) | 162.86º | 0.84% | 0.26% | - |
| XYZ | 2.74 | 4.32 | 3.82 | - |
| YUV | 48.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 67 | 51 | 0.84 | 0 | 0.24 | 0.74 | 162.86 | 0.72 | 0.15 |
| Hex | B | 43 | 33 | 54 | 0 | 18 | 4A | A3 | 48 | F |
| Octal | 13 | 103 | 63 | 124 | 0 | 30 | 112 | 243 | 110 | 17 |
| Binary | 1011 | 1000011 | 110011 | 1010100 | 0 | 11000 | 1001010 | 10100011 | 1001000 | 1111 |
Color Harmonies of #0B4333
Complementary color
Monochromatic Colors of #0B4333
Black with #0B4333
Text Example
Text Example
White with #0B4333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4333; }
p { color: rgb(11,67,51); }
H1.HeaderClassName
{
color: #0B4333;
}
.AnyTagClassName
{
color: #0B4333;
}
</style>
background-color css
<style>
a { background-color: #0B4333; }
a { background-color: rgb(11,67,51); }
div.DivClassName
{
background-color: #0B4333;
}
.BgClassName
{
background-color: #0B4333;
}
</style>
border-color css
<style>
span { border-color: #0B4333; }
span { border-color: rgb(11,67,51); }
td.TdClassName
{
border-color: #0B4333;
}
.TagClassName
{
border-color: #0B4333;
}
</style>