Shades of Myrtle #0F520D
Tints of Myrtle #0F520D
RGB
CMYK
RGB Variations
Color information
#0F520D (or 0x0F520D) is known color: Myrtle. HEX triplet: 0F, 52 and 0D. RGB value is (15,82,13). Sum of RGB (Red+Green+Blue) = 15+82+13=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 82 (32.42% from 255 or 74.55% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 82 - color contains mainly: green. Hex color #0F520D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F520D is #F0ADF2. Grayscale: #363636. Windows color (decimal): -15773171 or 872975. OLE color: 872975.
HSL color Cylindrical-coordinate representation of color #0F520D: hue angle of 118.26º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F520D is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 82 | 13 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.68 |
| HSL | 118.26º | 0.73% | 0.19% | - |
| HSV(B) | 118.26º | 0.84% | 0.32% | - |
| XYZ | 3.29 | 6.17 | 1.4 | - |
| YUV | 54.1 | 104.8 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 82 | 13 | 0.82 | 0 | 0.84 | 0.68 | 118.26 | 0.73 | 0.19 |
| Hex | F | 52 | D | 52 | 0 | 54 | 44 | 76 | 49 | 13 |
| Octal | 17 | 122 | 15 | 122 | 0 | 124 | 104 | 166 | 111 | 23 |
| Binary | 1111 | 1010010 | 1101 | 1010010 | 0 | 1010100 | 1000100 | 1110110 | 1001001 | 10011 |
Color Harmonies of #0F520D
Complementary color
Monochromatic Colors of #0F520D
Black with #0F520D
Text Example
Text Example
White with #0F520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F520D; }
p { color: rgb(15,82,13); }
H1.HeaderClassName
{
color: #0F520D;
}
.AnyTagClassName
{
color: #0F520D;
}
</style>
background-color css
<style>
a { background-color: #0F520D; }
a { background-color: rgb(15,82,13); }
div.DivClassName
{
background-color: #0F520D;
}
.BgClassName
{
background-color: #0F520D;
}
</style>
border-color css
<style>
span { border-color: #0F520D; }
span { border-color: rgb(15,82,13); }
td.TdClassName
{
border-color: #0F520D;
}
.TagClassName
{
border-color: #0F520D;
}
</style>