Shades of Myrtle #0F5313
Tints of Myrtle #0F5313
RGB
CMYK
RGB Variations
Color information
#0F5313 (or 0x0F5313) is known color: Myrtle. HEX triplet: 0F, 53 and 13. RGB value is (15,83,19). Sum of RGB (Red+Green+Blue) = 15+83+19=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 83 (32.81% from 255 or 70.94% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 83 - color contains mainly: green. Hex color #0F5313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5313 is #F0ACEC. Grayscale: #373737. Windows color (decimal): -15772909 or 1266447. OLE color: 1266447.
HSL color Cylindrical-coordinate representation of color #0F5313: hue angle of 123.53º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5313 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 19 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.67 |
| HSL | 123.53º | 0.69% | 0.19% | - |
| HSV(B) | 123.53º | 0.82% | 0.33% | - |
| XYZ | 3.41 | 6.34 | 1.66 | - |
| YUV | 55.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 19 | 0.82 | 0 | 0.77 | 0.67 | 123.53 | 0.69 | 0.19 |
| Hex | F | 53 | 13 | 52 | 0 | 4D | 43 | 7C | 45 | 13 |
| Octal | 17 | 123 | 23 | 122 | 0 | 115 | 103 | 174 | 105 | 23 |
| Binary | 1111 | 1010011 | 10011 | 1010010 | 0 | 1001101 | 1000011 | 1111100 | 1000101 | 10011 |
Color Harmonies of #0F5313
Complementary color
Monochromatic Colors of #0F5313
Black with #0F5313
Text Example
Text Example
White with #0F5313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5313; }
p { color: rgb(15,83,19); }
H1.HeaderClassName
{
color: #0F5313;
}
.AnyTagClassName
{
color: #0F5313;
}
</style>
background-color css
<style>
a { background-color: #0F5313; }
a { background-color: rgb(15,83,19); }
div.DivClassName
{
background-color: #0F5313;
}
.BgClassName
{
background-color: #0F5313;
}
</style>
border-color css
<style>
span { border-color: #0F5313; }
span { border-color: rgb(15,83,19); }
td.TdClassName
{
border-color: #0F5313;
}
.TagClassName
{
border-color: #0F5313;
}
</style>