Shades of Myrtle #0F440A
Tints of Myrtle #0F440A
RGB
CMYK
RGB Variations
Color information
#0F440A (or 0x0F440A) is known color: Myrtle. HEX triplet: 0F, 44 and 0A. RGB value is (15,68,10). Sum of RGB (Red+Green+Blue) = 15+68+10=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 68 (26.95% from 255 or 73.12% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 68 - color contains mainly: green. Hex color #0F440A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F440A is #F0BBF5. Grayscale: #2D2D2D. Windows color (decimal): -15776758 or 672783. OLE color: 672783.
HSL color Cylindrical-coordinate representation of color #0F440A: hue angle of 114.83º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F440A is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 68 | 10 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.73 |
| HSL | 114.83º | 0.74% | 0.15% | - |
| HSV(B) | 114.83º | 0.85% | 0.27% | - |
| XYZ | 2.32 | 4.26 | 0.99 | - |
| YUV | 45.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 68 | 10 | 0.78 | 0 | 0.85 | 0.73 | 114.83 | 0.74 | 0.15 |
| Hex | F | 44 | A | 4E | 0 | 55 | 49 | 73 | 4A | F |
| Octal | 17 | 104 | 12 | 116 | 0 | 125 | 111 | 163 | 112 | 17 |
| Binary | 1111 | 1000100 | 1010 | 1001110 | 0 | 1010101 | 1001001 | 1110011 | 1001010 | 1111 |
Color Harmonies of #0F440A
Complementary color
Monochromatic Colors of #0F440A
Black with #0F440A
Text Example
Text Example
White with #0F440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F440A; }
p { color: rgb(15,68,10); }
H1.HeaderClassName
{
color: #0F440A;
}
.AnyTagClassName
{
color: #0F440A;
}
</style>
background-color css
<style>
a { background-color: #0F440A; }
a { background-color: rgb(15,68,10); }
div.DivClassName
{
background-color: #0F440A;
}
.BgClassName
{
background-color: #0F440A;
}
</style>
border-color css
<style>
span { border-color: #0F440A; }
span { border-color: rgb(15,68,10); }
td.TdClassName
{
border-color: #0F440A;
}
.TagClassName
{
border-color: #0F440A;
}
</style>