Shades of Myrtle #0F530C
Tints of Myrtle #0F530C
RGB
CMYK
RGB Variations
Color information
#0F530C (or 0x0F530C) is known color: Myrtle. HEX triplet: 0F, 53 and 0C. RGB value is (15,83,12). Sum of RGB (Red+Green+Blue) = 15+83+12=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 83 (32.81% from 255 or 75.45% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 83 - color contains mainly: green. Hex color #0F530C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F530C is #F0ACF3. Grayscale: #363636. Windows color (decimal): -15772916 or 807695. OLE color: 807695.
HSL color Cylindrical-coordinate representation of color #0F530C: hue angle of 117.46º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F530C is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 12 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.67 |
| HSL | 117.46º | 0.75% | 0.19% | - |
| HSV(B) | 117.46º | 0.86% | 0.33% | - |
| XYZ | 3.36 | 6.31 | 1.39 | - |
| YUV | 54.57 | 103.97 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 12 | 0.82 | 0 | 0.86 | 0.67 | 117.46 | 0.75 | 0.19 |
| Hex | F | 53 | C | 52 | 0 | 56 | 43 | 75 | 4B | 13 |
| Octal | 17 | 123 | 14 | 122 | 0 | 126 | 103 | 165 | 113 | 23 |
| Binary | 1111 | 1010011 | 1100 | 1010010 | 0 | 1010110 | 1000011 | 1110101 | 1001011 | 10011 |
Color Harmonies of #0F530C
Complementary color
Monochromatic Colors of #0F530C
Black with #0F530C
Text Example
Text Example
White with #0F530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F530C; }
p { color: rgb(15,83,12); }
H1.HeaderClassName
{
color: #0F530C;
}
.AnyTagClassName
{
color: #0F530C;
}
</style>
background-color css
<style>
a { background-color: #0F530C; }
a { background-color: rgb(15,83,12); }
div.DivClassName
{
background-color: #0F530C;
}
.BgClassName
{
background-color: #0F530C;
}
</style>
border-color css
<style>
span { border-color: #0F530C; }
span { border-color: rgb(15,83,12); }
td.TdClassName
{
border-color: #0F530C;
}
.TagClassName
{
border-color: #0F530C;
}
</style>