Shades of Myrtle #0B3A0C
Tints of Myrtle #0B3A0C
RGB
CMYK
RGB Variations
Color information
#0B3A0C (or 0x0B3A0C) is known color: Myrtle. HEX triplet: 0B, 3A and 0C. RGB value is (11,58,12). Sum of RGB (Red+Green+Blue) = 11+58+12=81 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.58% from 81); Green value is 58 (23.05% from 255 or 71.60% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3A0C is #F4C5F3. Grayscale: #262626. Windows color (decimal): -16041460 or 801291. OLE color: 801291.
HSL color Cylindrical-coordinate representation of color #0B3A0C: hue angle of 121.28º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3A0C is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 58 | 12 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.77 |
| HSL | 121.28º | 0.68% | 0.14% | - |
| HSV(B) | 121.28º | 0.81% | 0.23% | - |
| XYZ | 1.72 | 3.12 | 0.86 | - |
| YUV | 38.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 58 | 12 | 0.81 | 0 | 0.79 | 0.77 | 121.28 | 0.68 | 0.14 |
| Hex | B | 3A | C | 51 | 0 | 4F | 4D | 79 | 44 | E |
| Octal | 13 | 72 | 14 | 121 | 0 | 117 | 115 | 171 | 104 | 16 |
| Binary | 1011 | 111010 | 1100 | 1010001 | 0 | 1001111 | 1001101 | 1111001 | 1000100 | 1110 |
Color Harmonies of #0B3A0C
Complementary color
Monochromatic Colors of #0B3A0C
Black with #0B3A0C
Text Example
Text Example
White with #0B3A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3A0C; }
p { color: rgb(11,58,12); }
H1.HeaderClassName
{
color: #0B3A0C;
}
.AnyTagClassName
{
color: #0B3A0C;
}
</style>
background-color css
<style>
a { background-color: #0B3A0C; }
a { background-color: rgb(11,58,12); }
div.DivClassName
{
background-color: #0B3A0C;
}
.BgClassName
{
background-color: #0B3A0C;
}
</style>
border-color css
<style>
span { border-color: #0B3A0C; }
span { border-color: rgb(11,58,12); }
td.TdClassName
{
border-color: #0B3A0C;
}
.TagClassName
{
border-color: #0B3A0C;
}
</style>