Shades of Myrtle #0F530D
Tints of Myrtle #0F530D
RGB
CMYK
RGB Variations
Color information
#0F530D (or 0x0F530D) is known color: Myrtle. HEX triplet: 0F, 53 and 0D. RGB value is (15,83,13). Sum of RGB (Red+Green+Blue) = 15+83+13=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 83 (32.81% from 255 or 74.77% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 83 - color contains mainly: green. Hex color #0F530D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F530D is #F0ACF2. Grayscale: #363636. Windows color (decimal): -15772915 or 873231. OLE color: 873231.
HSL color Cylindrical-coordinate representation of color #0F530D: hue angle of 118.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F530D is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 13 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.67 |
| HSL | 118.29º | 0.73% | 0.19% | - |
| HSV(B) | 118.29º | 0.84% | 0.33% | - |
| XYZ | 3.36 | 6.32 | 1.42 | - |
| YUV | 54.69 | 104.47 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 13 | 0.82 | 0 | 0.84 | 0.67 | 118.29 | 0.73 | 0.19 |
| Hex | F | 53 | D | 52 | 0 | 54 | 43 | 76 | 49 | 13 |
| Octal | 17 | 123 | 15 | 122 | 0 | 124 | 103 | 166 | 111 | 23 |
| Binary | 1111 | 1010011 | 1101 | 1010010 | 0 | 1010100 | 1000011 | 1110110 | 1001001 | 10011 |
Color Harmonies of #0F530D
Complementary color
Monochromatic Colors of #0F530D
Black with #0F530D
Text Example
Text Example
White with #0F530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F530D; }
p { color: rgb(15,83,13); }
H1.HeaderClassName
{
color: #0F530D;
}
.AnyTagClassName
{
color: #0F530D;
}
</style>
background-color css
<style>
a { background-color: #0F530D; }
a { background-color: rgb(15,83,13); }
div.DivClassName
{
background-color: #0F530D;
}
.BgClassName
{
background-color: #0F530D;
}
</style>
border-color css
<style>
span { border-color: #0F530D; }
span { border-color: rgb(15,83,13); }
td.TdClassName
{
border-color: #0F530D;
}
.TagClassName
{
border-color: #0F530D;
}
</style>