Shades of Myrtle #0B4812
Tints of Myrtle #0B4812
RGB
CMYK
RGB Variations
Color information
#0B4812 (or 0x0B4812) is known color: Myrtle. HEX triplet: 0B, 48 and 12. RGB value is (11,72,18). Sum of RGB (Red+Green+Blue) = 11+72+18=101 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.89% from 101); Green value is 72 (28.52% from 255 or 71.29% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 72 - color contains mainly: green. Hex color #0B4812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4812 is #F4B7ED. Grayscale: #2F2F2F. Windows color (decimal): -16037870 or 1198091. OLE color: 1198091.
HSL color Cylindrical-coordinate representation of color #0B4812: hue angle of 126.89º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4812 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 72 | 18 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.72 |
| HSL | 126.89º | 0.73% | 0.16% | - |
| HSV(B) | 126.89º | 0.85% | 0.28% | - |
| XYZ | 2.56 | 4.75 | 1.35 | - |
| YUV | 47.61 | 111.29 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 72 | 18 | 0.85 | 0 | 0.75 | 0.72 | 126.89 | 0.73 | 0.16 |
| Hex | B | 48 | 12 | 55 | 0 | 4B | 48 | 7F | 49 | 10 |
| Octal | 13 | 110 | 22 | 125 | 0 | 113 | 110 | 177 | 111 | 20 |
| Binary | 1011 | 1001000 | 10010 | 1010101 | 0 | 1001011 | 1001000 | 1111111 | 1001001 | 10000 |
Color Harmonies of #0B4812
Complementary color
Monochromatic Colors of #0B4812
Black with #0B4812
Text Example
Text Example
White with #0B4812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4812; }
p { color: rgb(11,72,18); }
H1.HeaderClassName
{
color: #0B4812;
}
.AnyTagClassName
{
color: #0B4812;
}
</style>
background-color css
<style>
a { background-color: #0B4812; }
a { background-color: rgb(11,72,18); }
div.DivClassName
{
background-color: #0B4812;
}
.BgClassName
{
background-color: #0B4812;
}
</style>
border-color css
<style>
span { border-color: #0B4812; }
span { border-color: rgb(11,72,18); }
td.TdClassName
{
border-color: #0B4812;
}
.TagClassName
{
border-color: #0B4812;
}
</style>