Shades of Myrtle #0B3A05
Tints of Myrtle #0B3A05
RGB
CMYK
RGB Variations
Color information
#0B3A05 (or 0x0B3A05) is known color: Myrtle. HEX triplet: 0B, 3A and 05. RGB value is (11,58,5). Sum of RGB (Red+Green+Blue) = 11+58+5=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 58 (23.05% from 255 or 78.38% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3A05 is #F4C5FA. Grayscale: #262626. Windows color (decimal): -16041467 or 342539. OLE color: 342539.
HSL color Cylindrical-coordinate representation of color #0B3A05: hue angle of 113.21º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B3A05 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 58 | 5 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.77 |
| HSL | 113.21º | 0.84% | 0.12% | - |
| HSV(B) | 113.21º | 0.91% | 0.23% | - |
| XYZ | 1.68 | 3.11 | 0.66 | - |
| YUV | 37.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 58 | 5 | 0.81 | 0 | 0.91 | 0.77 | 113.21 | 0.84 | 0.12 |
| Hex | B | 3A | 5 | 51 | 0 | 5B | 4D | 71 | 54 | C |
| Octal | 13 | 72 | 5 | 121 | 0 | 133 | 115 | 161 | 124 | 14 |
| Binary | 1011 | 111010 | 101 | 1010001 | 0 | 1011011 | 1001101 | 1110001 | 1010100 | 1100 |
Color Harmonies of #0B3A05
Complementary color
Monochromatic Colors of #0B3A05
Black with #0B3A05
Text Example
Text Example
White with #0B3A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3A05; }
p { color: rgb(11,58,5); }
H1.HeaderClassName
{
color: #0B3A05;
}
.AnyTagClassName
{
color: #0B3A05;
}
</style>
background-color css
<style>
a { background-color: #0B3A05; }
a { background-color: rgb(11,58,5); }
div.DivClassName
{
background-color: #0B3A05;
}
.BgClassName
{
background-color: #0B3A05;
}
</style>
border-color css
<style>
span { border-color: #0B3A05; }
span { border-color: rgb(11,58,5); }
td.TdClassName
{
border-color: #0B3A05;
}
.TagClassName
{
border-color: #0B3A05;
}
</style>