Shades of Myrtle #0B3E0D
Tints of Myrtle #0B3E0D
RGB
CMYK
RGB Variations
Color information
#0B3E0D (or 0x0B3E0D) is known color: Myrtle. HEX triplet: 0B, 3E and 0D. RGB value is (11,62,13). Sum of RGB (Red+Green+Blue) = 11+62+13=86 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.79% from 86); Green value is 62 (24.61% from 255 or 72.09% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 62 - color contains mainly: green. Hex color #0B3E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3E0D is #F4C1F2. Grayscale: #292929. Windows color (decimal): -16040435 or 867851. OLE color: 867851.
HSL color Cylindrical-coordinate representation of color #0B3E0D: hue angle of 122.35º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B3E0D is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 62 | 13 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.76 |
| HSL | 122.35º | 0.7% | 0.14% | - |
| HSV(B) | 122.35º | 0.82% | 0.24% | - |
| XYZ | 1.93 | 3.55 | 0.96 | - |
| YUV | 41.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 62 | 13 | 0.82 | 0 | 0.79 | 0.76 | 122.35 | 0.7 | 0.14 |
| Hex | B | 3E | D | 52 | 0 | 4F | 4C | 7A | 46 | E |
| Octal | 13 | 76 | 15 | 122 | 0 | 117 | 114 | 172 | 106 | 16 |
| Binary | 1011 | 111110 | 1101 | 1010010 | 0 | 1001111 | 1001100 | 1111010 | 1000110 | 1110 |
Color Harmonies of #0B3E0D
Complementary color
Monochromatic Colors of #0B3E0D
Black with #0B3E0D
Text Example
Text Example
White with #0B3E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3E0D; }
p { color: rgb(11,62,13); }
H1.HeaderClassName
{
color: #0B3E0D;
}
.AnyTagClassName
{
color: #0B3E0D;
}
</style>
background-color css
<style>
a { background-color: #0B3E0D; }
a { background-color: rgb(11,62,13); }
div.DivClassName
{
background-color: #0B3E0D;
}
.BgClassName
{
background-color: #0B3E0D;
}
</style>
border-color css
<style>
span { border-color: #0B3E0D; }
span { border-color: rgb(11,62,13); }
td.TdClassName
{
border-color: #0B3E0D;
}
.TagClassName
{
border-color: #0B3E0D;
}
</style>