Shades of Myrtle #0B540F
Tints of Myrtle #0B540F
RGB
CMYK
RGB Variations
Color information
#0B540F (or 0x0B540F) is known color: Myrtle. HEX triplet: 0B, 54 and 0F. RGB value is (11,84,15). Sum of RGB (Red+Green+Blue) = 11+84+15=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 84 (33.20% from 255 or 76.36% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 84 - color contains mainly: green. Hex color #0B540F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B540F is #F4ABF0. Grayscale: #363636. Windows color (decimal): -16034801 or 1004555. OLE color: 1004555.
HSL color Cylindrical-coordinate representation of color #0B540F: hue angle of 123.29º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B540F is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 84 | 15 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.67 |
| HSL | 123.29º | 0.77% | 0.19% | - |
| HSV(B) | 123.29º | 0.87% | 0.33% | - |
| XYZ | 3.39 | 6.45 | 1.52 | - |
| YUV | 54.31 | 105.82 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 84 | 15 | 0.87 | 0 | 0.82 | 0.67 | 123.29 | 0.77 | 0.19 |
| Hex | B | 54 | F | 57 | 0 | 52 | 43 | 7B | 4D | 13 |
| Octal | 13 | 124 | 17 | 127 | 0 | 122 | 103 | 173 | 115 | 23 |
| Binary | 1011 | 1010100 | 1111 | 1010111 | 0 | 1010010 | 1000011 | 1111011 | 1001101 | 10011 |
Color Harmonies of #0B540F
Complementary color
Monochromatic Colors of #0B540F
Black with #0B540F
Text Example
Text Example
White with #0B540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B540F; }
p { color: rgb(11,84,15); }
H1.HeaderClassName
{
color: #0B540F;
}
.AnyTagClassName
{
color: #0B540F;
}
</style>
background-color css
<style>
a { background-color: #0B540F; }
a { background-color: rgb(11,84,15); }
div.DivClassName
{
background-color: #0B540F;
}
.BgClassName
{
background-color: #0B540F;
}
</style>
border-color css
<style>
span { border-color: #0B540F; }
span { border-color: rgb(11,84,15); }
td.TdClassName
{
border-color: #0B540F;
}
.TagClassName
{
border-color: #0B540F;
}
</style>