Shades of Myrtle #0B540A
Tints of Myrtle #0B540A
RGB
CMYK
RGB Variations
Color information
#0B540A (or 0x0B540A) is known color: Myrtle. HEX triplet: 0B, 54 and 0A. RGB value is (11,84,10). Sum of RGB (Red+Green+Blue) = 11+84+10=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 84 (33.20% from 255 or 80% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 84 - color contains mainly: green. Hex color #0B540A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B540A is #F4ABF5. Grayscale: #353535. Windows color (decimal): -16034806 or 676875. OLE color: 676875.
HSL color Cylindrical-coordinate representation of color #0B540A: hue angle of 119.19º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B540A is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 84 | 10 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.67 |
| HSL | 119.19º | 0.79% | 0.18% | - |
| HSV(B) | 119.19º | 0.88% | 0.33% | - |
| XYZ | 3.36 | 6.43 | 1.35 | - |
| YUV | 53.74 | 103.32 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 84 | 10 | 0.87 | 0 | 0.88 | 0.67 | 119.19 | 0.79 | 0.18 |
| Hex | B | 54 | A | 57 | 0 | 58 | 43 | 77 | 4F | 12 |
| Octal | 13 | 124 | 12 | 127 | 0 | 130 | 103 | 167 | 117 | 22 |
| Binary | 1011 | 1010100 | 1010 | 1010111 | 0 | 1011000 | 1000011 | 1110111 | 1001111 | 10010 |
Color Harmonies of #0B540A
Complementary color
Monochromatic Colors of #0B540A
Black with #0B540A
Text Example
Text Example
White with #0B540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B540A; }
p { color: rgb(11,84,10); }
H1.HeaderClassName
{
color: #0B540A;
}
.AnyTagClassName
{
color: #0B540A;
}
</style>
background-color css
<style>
a { background-color: #0B540A; }
a { background-color: rgb(11,84,10); }
div.DivClassName
{
background-color: #0B540A;
}
.BgClassName
{
background-color: #0B540A;
}
</style>
border-color css
<style>
span { border-color: #0B540A; }
span { border-color: rgb(11,84,10); }
td.TdClassName
{
border-color: #0B540A;
}
.TagClassName
{
border-color: #0B540A;
}
</style>