Shades of Myrtle #0B470E
Tints of Myrtle #0B470E
RGB
CMYK
RGB Variations
Color information
#0B470E (or 0x0B470E) is known color: Myrtle. HEX triplet: 0B, 47 and 0E. RGB value is (11,71,14). Sum of RGB (Red+Green+Blue) = 11+71+14=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 71 (28.12% from 255 or 73.96% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 71 - color contains mainly: green. Hex color #0B470E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B470E is #F4B8F1. Grayscale: #2E2E2E. Windows color (decimal): -16038130 or 935691. OLE color: 935691.
HSL color Cylindrical-coordinate representation of color #0B470E: hue angle of 123º 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 #0B470E is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 71 | 14 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.72 |
| HSL | 123º | 0.73% | 0.16% | - |
| HSV(B) | 123º | 0.85% | 0.28% | - |
| XYZ | 2.47 | 4.61 | 1.17 | - |
| YUV | 46.56 | 109.62 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 71 | 14 | 0.85 | 0 | 0.80 | 0.72 | 123 | 0.73 | 0.16 |
| Hex | B | 47 | E | 55 | 0 | 50 | 48 | 7B | 49 | 10 |
| Octal | 13 | 107 | 16 | 125 | 0 | 120 | 110 | 173 | 111 | 20 |
| Binary | 1011 | 1000111 | 1110 | 1010101 | 0 | 1010000 | 1001000 | 1111011 | 1001001 | 10000 |
Color Harmonies of #0B470E
Complementary color
Monochromatic Colors of #0B470E
Black with #0B470E
Text Example
Text Example
White with #0B470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B470E; }
p { color: rgb(11,71,14); }
H1.HeaderClassName
{
color: #0B470E;
}
.AnyTagClassName
{
color: #0B470E;
}
</style>
background-color css
<style>
a { background-color: #0B470E; }
a { background-color: rgb(11,71,14); }
div.DivClassName
{
background-color: #0B470E;
}
.BgClassName
{
background-color: #0B470E;
}
</style>
border-color css
<style>
span { border-color: #0B470E; }
span { border-color: rgb(11,71,14); }
td.TdClassName
{
border-color: #0B470E;
}
.TagClassName
{
border-color: #0B470E;
}
</style>