Shades of Myrtle #0F4016
Tints of Myrtle #0F4016
RGB
CMYK
RGB Variations
Color information
#0F4016 (or 0x0F4016) is known color: Myrtle. HEX triplet: 0F, 40 and 16. RGB value is (15,64,22). Sum of RGB (Red+Green+Blue) = 15+64+22=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 64 (25.39% from 255 or 63.37% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4016 is #F0BFE9. Grayscale: #2C2C2C. Windows color (decimal): -15777770 or 1458191. OLE color: 1458191.
HSL color Cylindrical-coordinate representation of color #0F4016: hue angle of 128.57º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4016 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 64 | 22 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.75 |
| HSL | 128.57º | 0.62% | 0.15% | - |
| HSV(B) | 128.57º | 0.77% | 0.25% | - |
| XYZ | 2.18 | 3.83 | 1.38 | - |
| YUV | 44.56 | 115.27 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 22 | 0.77 | 0 | 0.66 | 0.75 | 128.57 | 0.62 | 0.15 |
| Hex | F | 40 | 16 | 4D | 0 | 42 | 4B | 81 | 3E | F |
| Octal | 17 | 100 | 26 | 115 | 0 | 102 | 113 | 201 | 76 | 17 |
| Binary | 1111 | 1000000 | 10110 | 1001101 | 0 | 1000010 | 1001011 | 10000001 | 111110 | 1111 |
Color Harmonies of #0F4016
Complementary color
Monochromatic Colors of #0F4016
Black with #0F4016
Text Example
Text Example
White with #0F4016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4016; }
p { color: rgb(15,64,22); }
H1.HeaderClassName
{
color: #0F4016;
}
.AnyTagClassName
{
color: #0F4016;
}
</style>
background-color css
<style>
a { background-color: #0F4016; }
a { background-color: rgb(15,64,22); }
div.DivClassName
{
background-color: #0F4016;
}
.BgClassName
{
background-color: #0F4016;
}
</style>
border-color css
<style>
span { border-color: #0F4016; }
span { border-color: rgb(15,64,22); }
td.TdClassName
{
border-color: #0F4016;
}
.TagClassName
{
border-color: #0F4016;
}
</style>