Shades of Myrtle #0B3704
Tints of Myrtle #0B3704
RGB
CMYK
RGB Variations
Color information
#0B3704 (or 0x0B3704) is known color: Myrtle. HEX triplet: 0B, 37 and 04. RGB value is (11,55,4). Sum of RGB (Red+Green+Blue) = 11+55+4=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 55 (21.88% from 255 or 78.57% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 55 - color contains mainly: green. Hex color #0B3704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3704 is #F4C8FB. Grayscale: #242424. Windows color (decimal): -16042236 or 276235. OLE color: 276235.
HSL color Cylindrical-coordinate representation of color #0B3704: hue angle of 111.76º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B3704 is Cyan = 0.8, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 55 | 4 | - |
| CMYK | 0.8 | 0 | 0.93 | 0.78 |
| HSL | 111.76º | 0.86% | 0.12% | - |
| HSV(B) | 111.76º | 0.93% | 0.22% | - |
| XYZ | 1.53 | 2.81 | 0.58 | - |
| YUV | 36.03 | 109.92 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 55 | 4 | 0.8 | 0 | 0.93 | 0.78 | 111.76 | 0.86 | 0.12 |
| Hex | B | 37 | 4 | 50 | 0 | 5D | 4E | 70 | 56 | C |
| Octal | 13 | 67 | 4 | 120 | 0 | 135 | 116 | 160 | 126 | 14 |
| Binary | 1011 | 110111 | 100 | 1010000 | 0 | 1011101 | 1001110 | 1110000 | 1010110 | 1100 |
Color Harmonies of #0B3704
Complementary color
Monochromatic Colors of #0B3704
Black with #0B3704
Text Example
Text Example
White with #0B3704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3704; }
p { color: rgb(11,55,4); }
H1.HeaderClassName
{
color: #0B3704;
}
.AnyTagClassName
{
color: #0B3704;
}
</style>
background-color css
<style>
a { background-color: #0B3704; }
a { background-color: rgb(11,55,4); }
div.DivClassName
{
background-color: #0B3704;
}
.BgClassName
{
background-color: #0B3704;
}
</style>
border-color css
<style>
span { border-color: #0B3704; }
span { border-color: rgb(11,55,4); }
td.TdClassName
{
border-color: #0B3704;
}
.TagClassName
{
border-color: #0B3704;
}
</style>