Shades of Sherwood Green #0B523B
Tints of Sherwood Green #0B523B
RGB
CMYK
RGB Variations
Color information
#0B523B (or 0x0B523B) is known color: Sherwood Green. HEX triplet: 0B, 52 and 3B. RGB value is (11,82,59). Sum of RGB (Red+Green+Blue) = 11+82+59=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #0B523B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B523B is #F4ADC4. Grayscale: #3A3A3A. Windows color (decimal): -16035269 or 3887627. OLE color: 3887627.
HSL color Cylindrical-coordinate representation of color #0B523B: hue angle of 160.56º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B523B is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 82 | 59 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.68 |
| HSL | 160.56º | 0.76% | 0.18% | - |
| HSV(B) | 160.56º | 0.87% | 0.32% | - |
| XYZ | 3.94 | 6.42 | 5.17 | - |
| YUV | 58.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 82 | 59 | 0.87 | 0 | 0.28 | 0.68 | 160.56 | 0.76 | 0.18 |
| Hex | B | 52 | 3B | 57 | 0 | 1C | 44 | A1 | 4C | 12 |
| Octal | 13 | 122 | 73 | 127 | 0 | 34 | 104 | 241 | 114 | 22 |
| Binary | 1011 | 1010010 | 111011 | 1010111 | 0 | 11100 | 1000100 | 10100001 | 1001100 | 10010 |
Color Harmonies of #0B523B
Complementary color
Monochromatic Colors of #0B523B
Black with #0B523B
Text Example
Text Example
White with #0B523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B523B; }
p { color: rgb(11,82,59); }
H1.HeaderClassName
{
color: #0B523B;
}
.AnyTagClassName
{
color: #0B523B;
}
</style>
background-color css
<style>
a { background-color: #0B523B; }
a { background-color: rgb(11,82,59); }
div.DivClassName
{
background-color: #0B523B;
}
.BgClassName
{
background-color: #0B523B;
}
</style>
border-color css
<style>
span { border-color: #0B523B; }
span { border-color: rgb(11,82,59); }
td.TdClassName
{
border-color: #0B523B;
}
.TagClassName
{
border-color: #0B523B;
}
</style>