Shades of Myrtle #0F5419
Tints of Myrtle #0F5419
RGB
CMYK
RGB Variations
Color information
#0F5419 (or 0x0F5419) is known color: Myrtle. HEX triplet: 0F, 54 and 19. RGB value is (15,84,25). Sum of RGB (Red+Green+Blue) = 15+84+25=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 84 (33.20% from 255 or 67.74% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5419 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5419 is #F0ABE6. Grayscale: #383838. Windows color (decimal): -15772647 or 1659919. OLE color: 1659919.
HSL color Cylindrical-coordinate representation of color #0F5419: hue angle of 128.7º degrees, saturation: 0.7, 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 #0F5419 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 84 | 25 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.67 |
| HSL | 128.7º | 0.7% | 0.19% | - |
| HSV(B) | 128.7º | 0.82% | 0.33% | - |
| XYZ | 3.54 | 6.51 | 1.99 | - |
| YUV | 56.64 | 110.14 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 25 | 0.82 | 0 | 0.70 | 0.67 | 128.7 | 0.7 | 0.19 |
| Hex | F | 54 | 19 | 52 | 0 | 46 | 43 | 81 | 46 | 13 |
| Octal | 17 | 124 | 31 | 122 | 0 | 106 | 103 | 201 | 106 | 23 |
| Binary | 1111 | 1010100 | 11001 | 1010010 | 0 | 1000110 | 1000011 | 10000001 | 1000110 | 10011 |
Color Harmonies of #0F5419
Complementary color
Monochromatic Colors of #0F5419
Black with #0F5419
Text Example
Text Example
White with #0F5419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5419; }
p { color: rgb(15,84,25); }
H1.HeaderClassName
{
color: #0F5419;
}
.AnyTagClassName
{
color: #0F5419;
}
</style>
background-color css
<style>
a { background-color: #0F5419; }
a { background-color: rgb(15,84,25); }
div.DivClassName
{
background-color: #0F5419;
}
.BgClassName
{
background-color: #0F5419;
}
</style>
border-color css
<style>
span { border-color: #0F5419; }
span { border-color: rgb(15,84,25); }
td.TdClassName
{
border-color: #0F5419;
}
.TagClassName
{
border-color: #0F5419;
}
</style>