Shades of Myrtle #0F400F
Tints of Myrtle #0F400F
RGB
CMYK
RGB Variations
Color information
#0F400F (or 0x0F400F) is known color: Myrtle. HEX triplet: 0F, 40 and 0F. RGB value is (15,64,15). Sum of RGB (Red+Green+Blue) = 15+64+15=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 64 (25.39% from 255 or 68.09% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 64 - color contains mainly: green. Hex color #0F400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F400F is #F0BFF0. Grayscale: #2B2B2B. Windows color (decimal): -15777777 or 999439. OLE color: 999439.
HSL color Cylindrical-coordinate representation of color #0F400F: hue angle of 120º 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 #0F400F is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 64 | 15 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.75 |
| HSL | 120º | 0.62% | 0.15% | - |
| HSV(B) | 120º | 0.77% | 0.25% | - |
| XYZ | 2.12 | 3.8 | 1.07 | - |
| YUV | 43.76 | 111.77 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 15 | 0.77 | 0 | 0.77 | 0.75 | 120 | 0.62 | 0.15 |
| Hex | F | 40 | F | 4D | 0 | 4D | 4B | 78 | 3E | F |
| Octal | 17 | 100 | 17 | 115 | 0 | 115 | 113 | 170 | 76 | 17 |
| Binary | 1111 | 1000000 | 1111 | 1001101 | 0 | 1001101 | 1001011 | 1111000 | 111110 | 1111 |
Color Harmonies of #0F400F
Complementary color
Monochromatic Colors of #0F400F
Black with #0F400F
Text Example
Text Example
White with #0F400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F400F; }
p { color: rgb(15,64,15); }
H1.HeaderClassName
{
color: #0F400F;
}
.AnyTagClassName
{
color: #0F400F;
}
</style>
background-color css
<style>
a { background-color: #0F400F; }
a { background-color: rgb(15,64,15); }
div.DivClassName
{
background-color: #0F400F;
}
.BgClassName
{
background-color: #0F400F;
}
</style>
border-color css
<style>
span { border-color: #0F400F; }
span { border-color: rgb(15,64,15); }
td.TdClassName
{
border-color: #0F400F;
}
.TagClassName
{
border-color: #0F400F;
}
</style>