Shades of Myrtle #0F540D
Tints of Myrtle #0F540D
RGB
CMYK
RGB Variations
Color information
#0F540D (or 0x0F540D) is known color: Myrtle. HEX triplet: 0F, 54 and 0D. RGB value is (15,84,13). Sum of RGB (Red+Green+Blue) = 15+84+13=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 84 (33.20% from 255 or 75% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 84 - color contains mainly: green. Hex color #0F540D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F540D is #F0ABF2. Grayscale: #373737. Windows color (decimal): -15772659 or 873487. OLE color: 873487.
HSL color Cylindrical-coordinate representation of color #0F540D: hue angle of 118.31º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F540D is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 84 | 13 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.67 |
| HSL | 118.31º | 0.73% | 0.19% | - |
| HSV(B) | 118.31º | 0.85% | 0.33% | - |
| XYZ | 3.44 | 6.47 | 1.45 | - |
| YUV | 55.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 13 | 0.82 | 0 | 0.85 | 0.67 | 118.31 | 0.73 | 0.19 |
| Hex | F | 54 | D | 52 | 0 | 55 | 43 | 76 | 49 | 13 |
| Octal | 17 | 124 | 15 | 122 | 0 | 125 | 103 | 166 | 111 | 23 |
| Binary | 1111 | 1010100 | 1101 | 1010010 | 0 | 1010101 | 1000011 | 1110110 | 1001001 | 10011 |
Color Harmonies of #0F540D
Complementary color
Monochromatic Colors of #0F540D
Black with #0F540D
Text Example
Text Example
White with #0F540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F540D; }
p { color: rgb(15,84,13); }
H1.HeaderClassName
{
color: #0F540D;
}
.AnyTagClassName
{
color: #0F540D;
}
</style>
background-color css
<style>
a { background-color: #0F540D; }
a { background-color: rgb(15,84,13); }
div.DivClassName
{
background-color: #0F540D;
}
.BgClassName
{
background-color: #0F540D;
}
</style>
border-color css
<style>
span { border-color: #0F540D; }
span { border-color: rgb(15,84,13); }
td.TdClassName
{
border-color: #0F540D;
}
.TagClassName
{
border-color: #0F540D;
}
</style>