Shades of Myrtle #0B4005
Tints of Myrtle #0B4005
RGB
CMYK
RGB Variations
Color information
#0B4005 (or 0x0B4005) is known color: Myrtle. HEX triplet: 0B, 40 and 05. RGB value is (11,64,5). Sum of RGB (Red+Green+Blue) = 11+64+5=80 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.75% from 80); Green value is 64 (25.39% from 255 or 80% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 64 - color contains mainly: green. Hex color #0B4005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4005 is #F4BFFA. Grayscale: #292929. Windows color (decimal): -16039931 or 344075. OLE color: 344075.
HSL color Cylindrical-coordinate representation of color #0B4005: hue angle of 113.9º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B4005 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 64 | 5 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.75 |
| HSL | 113.9º | 0.86% | 0.14% | - |
| HSV(B) | 113.9º | 0.92% | 0.25% | - |
| XYZ | 2 | 3.75 | 0.76 | - |
| YUV | 41.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 5 | 0.83 | 0 | 0.92 | 0.75 | 113.9 | 0.86 | 0.14 |
| Hex | B | 40 | 5 | 53 | 0 | 5C | 4B | 72 | 56 | E |
| Octal | 13 | 100 | 5 | 123 | 0 | 134 | 113 | 162 | 126 | 16 |
| Binary | 1011 | 1000000 | 101 | 1010011 | 0 | 1011100 | 1001011 | 1110010 | 1010110 | 1110 |
Color Harmonies of #0B4005
Complementary color
Monochromatic Colors of #0B4005
Black with #0B4005
Text Example
Text Example
White with #0B4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4005; }
p { color: rgb(11,64,5); }
H1.HeaderClassName
{
color: #0B4005;
}
.AnyTagClassName
{
color: #0B4005;
}
</style>
background-color css
<style>
a { background-color: #0B4005; }
a { background-color: rgb(11,64,5); }
div.DivClassName
{
background-color: #0B4005;
}
.BgClassName
{
background-color: #0B4005;
}
</style>
border-color css
<style>
span { border-color: #0B4005; }
span { border-color: rgb(11,64,5); }
td.TdClassName
{
border-color: #0B4005;
}
.TagClassName
{
border-color: #0B4005;
}
</style>