Shades of Myrtle #0B4E15
Tints of Myrtle #0B4E15
RGB
CMYK
RGB Variations
Color information
#0B4E15 (or 0x0B4E15) is known color: Myrtle. HEX triplet: 0B, 4E and 15. RGB value is (11,78,21). Sum of RGB (Red+Green+Blue) = 11+78+21=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 78 (30.86% from 255 or 70.91% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 78 - color contains mainly: green. Hex color #0B4E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B4E15 is #F4B1EA. Grayscale: #333333. Windows color (decimal): -16036331 or 1396235. OLE color: 1396235.
HSL color Cylindrical-coordinate representation of color #0B4E15: hue angle of 128.96º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4E15 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 78 | 21 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.69 |
| HSL | 128.96º | 0.75% | 0.17% | - |
| HSV(B) | 128.96º | 0.86% | 0.31% | - |
| XYZ | 3 | 5.57 | 1.63 | - |
| YUV | 51.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 78 | 21 | 0.86 | 0 | 0.73 | 0.69 | 128.96 | 0.75 | 0.17 |
| Hex | B | 4E | 15 | 56 | 0 | 49 | 45 | 81 | 4B | 11 |
| Octal | 13 | 116 | 25 | 126 | 0 | 111 | 105 | 201 | 113 | 21 |
| Binary | 1011 | 1001110 | 10101 | 1010110 | 0 | 1001001 | 1000101 | 10000001 | 1001011 | 10001 |
Color Harmonies of #0B4E15
Complementary color
Monochromatic Colors of #0B4E15
Black with #0B4E15
Text Example
Text Example
White with #0B4E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4E15; }
p { color: rgb(11,78,21); }
H1.HeaderClassName
{
color: #0B4E15;
}
.AnyTagClassName
{
color: #0B4E15;
}
</style>
background-color css
<style>
a { background-color: #0B4E15; }
a { background-color: rgb(11,78,21); }
div.DivClassName
{
background-color: #0B4E15;
}
.BgClassName
{
background-color: #0B4E15;
}
</style>
border-color css
<style>
span { border-color: #0B4E15; }
span { border-color: rgb(11,78,21); }
td.TdClassName
{
border-color: #0B4E15;
}
.TagClassName
{
border-color: #0B4E15;
}
</style>