Shades of Sherwood Green #0B4530
Tints of Sherwood Green #0B4530
RGB
CMYK
RGB Variations
Color information
#0B4530 (or 0x0B4530) is known color: Sherwood Green. HEX triplet: 0B, 45 and 30. RGB value is (11,69,48). Sum of RGB (Red+Green+Blue) = 11+69+48=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #0B4530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4530 is #F4BACF. Grayscale: #313131. Windows color (decimal): -16038608 or 3163403. OLE color: 3163403.
HSL color Cylindrical-coordinate representation of color #0B4530: hue angle of 158.28º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4530 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 69 | 48 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.73 |
| HSL | 158.28º | 0.73% | 0.16% | - |
| HSV(B) | 158.28º | 0.84% | 0.27% | - |
| XYZ | 2.8 | 4.54 | 3.53 | - |
| YUV | 49.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 69 | 48 | 0.84 | 0 | 0.30 | 0.73 | 158.28 | 0.73 | 0.16 |
| Hex | B | 45 | 30 | 54 | 0 | 1E | 49 | 9E | 48 | 10 |
| Octal | 13 | 105 | 60 | 124 | 0 | 36 | 111 | 236 | 110 | 20 |
| Binary | 1011 | 1000101 | 110000 | 1010100 | 0 | 11110 | 1001001 | 10011110 | 1001000 | 10000 |
Color Harmonies of #0B4530
Complementary color
Monochromatic Colors of #0B4530
Black with #0B4530
Text Example
Text Example
White with #0B4530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4530; }
p { color: rgb(11,69,48); }
H1.HeaderClassName
{
color: #0B4530;
}
.AnyTagClassName
{
color: #0B4530;
}
</style>
background-color css
<style>
a { background-color: #0B4530; }
a { background-color: rgb(11,69,48); }
div.DivClassName
{
background-color: #0B4530;
}
.BgClassName
{
background-color: #0B4530;
}
</style>
border-color css
<style>
span { border-color: #0B4530; }
span { border-color: rgb(11,69,48); }
td.TdClassName
{
border-color: #0B4530;
}
.TagClassName
{
border-color: #0B4530;
}
</style>