Shades of Myrtle #0B4D03
Tints of Myrtle #0B4D03
RGB
CMYK
RGB Variations
Color information
#0B4D03 (or 0x0B4D03) is known color: Myrtle. HEX triplet: 0B, 4D and 03. RGB value is (11,77,3). Sum of RGB (Red+Green+Blue) = 11+77+3=91 (12% of max value = 765). Red value is 11 (4.69% from 255 or 12.09% from 91); Green value is 77 (30.47% from 255 or 84.62% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 77 - color contains mainly: green. Hex color #0B4D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B4D03 is #F4B2FC. Grayscale: #313131. Windows color (decimal): -16036605 or 216331. OLE color: 216331.
HSL color Cylindrical-coordinate representation of color #0B4D03: hue angle of 113.51º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B4D03 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 77 | 3 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.70 |
| HSL | 113.51º | 0.93% | 0.16% | - |
| HSV(B) | 113.51º | 0.96% | 0.3% | - |
| XYZ | 2.81 | 5.39 | 0.98 | - |
| YUV | 48.83 | 102.13 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 77 | 3 | 0.86 | 0 | 0.96 | 0.70 | 113.51 | 0.93 | 0.16 |
| Hex | B | 4D | 3 | 56 | 0 | 60 | 46 | 72 | 5C | 10 |
| Octal | 13 | 115 | 3 | 126 | 0 | 140 | 106 | 162 | 134 | 20 |
| Binary | 1011 | 1001101 | 11 | 1010110 | 0 | 1100000 | 1000110 | 1110010 | 1011100 | 10000 |
Color Harmonies of #0B4D03
Complementary color
Monochromatic Colors of #0B4D03
Black with #0B4D03
Text Example
Text Example
White with #0B4D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4D03; }
p { color: rgb(11,77,3); }
H1.HeaderClassName
{
color: #0B4D03;
}
.AnyTagClassName
{
color: #0B4D03;
}
</style>
background-color css
<style>
a { background-color: #0B4D03; }
a { background-color: rgb(11,77,3); }
div.DivClassName
{
background-color: #0B4D03;
}
.BgClassName
{
background-color: #0B4D03;
}
</style>
border-color css
<style>
span { border-color: #0B4D03; }
span { border-color: rgb(11,77,3); }
td.TdClassName
{
border-color: #0B4D03;
}
.TagClassName
{
border-color: #0B4D03;
}
</style>