Shades of Myrtle #0F5316
Tints of Myrtle #0F5316
RGB
CMYK
RGB Variations
Color information
#0F5316 (or 0x0F5316) is known color: Myrtle. HEX triplet: 0F, 53 and 16. RGB value is (15,83,22). Sum of RGB (Red+Green+Blue) = 15+83+22=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #0F5316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5316 is #F0ACE9. Grayscale: #373737. Windows color (decimal): -15772906 or 1463055. OLE color: 1463055.
HSL color Cylindrical-coordinate representation of color #0F5316: hue angle of 126.18º 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 #0F5316 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 22 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.67 |
| HSL | 126.18º | 0.69% | 0.19% | - |
| HSV(B) | 126.18º | 0.82% | 0.33% | - |
| XYZ | 3.44 | 6.35 | 1.8 | - |
| YUV | 55.71 | 108.97 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 22 | 0.82 | 0 | 0.73 | 0.67 | 126.18 | 0.69 | 0.19 |
| Hex | F | 53 | 16 | 52 | 0 | 49 | 43 | 7E | 45 | 13 |
| Octal | 17 | 123 | 26 | 122 | 0 | 111 | 103 | 176 | 105 | 23 |
| Binary | 1111 | 1010011 | 10110 | 1010010 | 0 | 1001001 | 1000011 | 1111110 | 1000101 | 10011 |
Color Harmonies of #0F5316
Complementary color
Monochromatic Colors of #0F5316
Black with #0F5316
Text Example
Text Example
White with #0F5316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5316; }
p { color: rgb(15,83,22); }
H1.HeaderClassName
{
color: #0F5316;
}
.AnyTagClassName
{
color: #0F5316;
}
</style>
background-color css
<style>
a { background-color: #0F5316; }
a { background-color: rgb(15,83,22); }
div.DivClassName
{
background-color: #0F5316;
}
.BgClassName
{
background-color: #0F5316;
}
</style>
border-color css
<style>
span { border-color: #0F5316; }
span { border-color: rgb(15,83,22); }
td.TdClassName
{
border-color: #0F5316;
}
.TagClassName
{
border-color: #0F5316;
}
</style>