Shades of Myrtle #0F5219
Tints of Myrtle #0F5219
RGB
CMYK
RGB Variations
Color information
#0F5219 (or 0x0F5219) is known color: Myrtle. HEX triplet: 0F, 52 and 19. RGB value is (15,82,25). Sum of RGB (Red+Green+Blue) = 15+82+25=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 82 (32.42% from 255 or 67.21% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 82 - color contains mainly: green. Hex color #0F5219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5219 is #F0ADE6. Grayscale: #373737. Windows color (decimal): -15773159 or 1659407. OLE color: 1659407.
HSL color Cylindrical-coordinate representation of color #0F5219: hue angle of 128.96º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5219 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 82 | 25 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.68 |
| HSL | 128.96º | 0.69% | 0.19% | - |
| HSV(B) | 128.96º | 0.82% | 0.32% | - |
| XYZ | 3.39 | 6.21 | 1.94 | - |
| YUV | 55.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 82 | 25 | 0.82 | 0 | 0.70 | 0.68 | 128.96 | 0.69 | 0.19 |
| Hex | F | 52 | 19 | 52 | 0 | 46 | 44 | 81 | 45 | 13 |
| Octal | 17 | 122 | 31 | 122 | 0 | 106 | 104 | 201 | 105 | 23 |
| Binary | 1111 | 1010010 | 11001 | 1010010 | 0 | 1000110 | 1000100 | 10000001 | 1000101 | 10011 |
Color Harmonies of #0F5219
Complementary color
Monochromatic Colors of #0F5219
Black with #0F5219
Text Example
Text Example
White with #0F5219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5219; }
p { color: rgb(15,82,25); }
H1.HeaderClassName
{
color: #0F5219;
}
.AnyTagClassName
{
color: #0F5219;
}
</style>
background-color css
<style>
a { background-color: #0F5219; }
a { background-color: rgb(15,82,25); }
div.DivClassName
{
background-color: #0F5219;
}
.BgClassName
{
background-color: #0F5219;
}
</style>
border-color css
<style>
span { border-color: #0F5219; }
span { border-color: rgb(15,82,25); }
td.TdClassName
{
border-color: #0F5219;
}
.TagClassName
{
border-color: #0F5219;
}
</style>