Shades of Myrtle #0B4F13
Tints of Myrtle #0B4F13
RGB
CMYK
RGB Variations
Color information
#0B4F13 (or 0x0B4F13) is known color: Myrtle. HEX triplet: 0B, 4F and 13. RGB value is (11,79,19). Sum of RGB (Red+Green+Blue) = 11+79+19=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 79 (31.25% from 255 or 72.48% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 79 - color contains mainly: green. Hex color #0B4F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B4F13 is #F4B0EC. Grayscale: #343434. Windows color (decimal): -16036077 or 1265419. OLE color: 1265419.
HSL color Cylindrical-coordinate representation of color #0B4F13: hue angle of 127.06º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4F13 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 79 | 19 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.69 |
| HSL | 127.06º | 0.76% | 0.18% | - |
| HSV(B) | 127.06º | 0.86% | 0.31% | - |
| XYZ | 3.05 | 5.71 | 1.56 | - |
| YUV | 51.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 79 | 19 | 0.86 | 0 | 0.76 | 0.69 | 127.06 | 0.76 | 0.18 |
| Hex | B | 4F | 13 | 56 | 0 | 4C | 45 | 7F | 4C | 12 |
| Octal | 13 | 117 | 23 | 126 | 0 | 114 | 105 | 177 | 114 | 22 |
| Binary | 1011 | 1001111 | 10011 | 1010110 | 0 | 1001100 | 1000101 | 1111111 | 1001100 | 10010 |
Color Harmonies of #0B4F13
Complementary color
Monochromatic Colors of #0B4F13
Black with #0B4F13
Text Example
Text Example
White with #0B4F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4F13; }
p { color: rgb(11,79,19); }
H1.HeaderClassName
{
color: #0B4F13;
}
.AnyTagClassName
{
color: #0B4F13;
}
</style>
background-color css
<style>
a { background-color: #0B4F13; }
a { background-color: rgb(11,79,19); }
div.DivClassName
{
background-color: #0B4F13;
}
.BgClassName
{
background-color: #0B4F13;
}
</style>
border-color css
<style>
span { border-color: #0B4F13; }
span { border-color: rgb(11,79,19); }
td.TdClassName
{
border-color: #0B4F13;
}
.TagClassName
{
border-color: #0B4F13;
}
</style>