Shades of Myrtle #0F540B
Tints of Myrtle #0F540B
RGB
CMYK
RGB Variations
Color information
#0F540B (or 0x0F540B) is known color: Myrtle. HEX triplet: 0F, 54 and 0B. RGB value is (15,84,11). Sum of RGB (Red+Green+Blue) = 15+84+11=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 84 (33.20% from 255 or 76.36% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 84 - color contains mainly: green. Hex color #0F540B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F540B is #F0ABF4. Grayscale: #373737. Windows color (decimal): -15772661 or 742415. OLE color: 742415.
HSL color Cylindrical-coordinate representation of color #0F540B: hue angle of 116.71º 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 #0F540B is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 84 | 11 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.67 |
| HSL | 116.71º | 0.77% | 0.19% | - |
| HSV(B) | 116.71º | 0.87% | 0.33% | - |
| XYZ | 3.43 | 6.47 | 1.38 | - |
| YUV | 55.05 | 103.14 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 11 | 0.82 | 0 | 0.87 | 0.67 | 116.71 | 0.77 | 0.19 |
| Hex | F | 54 | B | 52 | 0 | 57 | 43 | 75 | 4D | 13 |
| Octal | 17 | 124 | 13 | 122 | 0 | 127 | 103 | 165 | 115 | 23 |
| Binary | 1111 | 1010100 | 1011 | 1010010 | 0 | 1010111 | 1000011 | 1110101 | 1001101 | 10011 |
Color Harmonies of #0F540B
Complementary color
Monochromatic Colors of #0F540B
Black with #0F540B
Text Example
Text Example
White with #0F540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F540B; }
p { color: rgb(15,84,11); }
H1.HeaderClassName
{
color: #0F540B;
}
.AnyTagClassName
{
color: #0F540B;
}
</style>
background-color css
<style>
a { background-color: #0F540B; }
a { background-color: rgb(15,84,11); }
div.DivClassName
{
background-color: #0F540B;
}
.BgClassName
{
background-color: #0F540B;
}
</style>
border-color css
<style>
span { border-color: #0F540B; }
span { border-color: rgb(15,84,11); }
td.TdClassName
{
border-color: #0F540B;
}
.TagClassName
{
border-color: #0F540B;
}
</style>