Shades of Myrtle #0F3E14
Tints of Myrtle #0F3E14
RGB
CMYK
RGB Variations
Color information
#0F3E14 (or 0x0F3E14) is known color: Myrtle. HEX triplet: 0F, 3E and 14. RGB value is (15,62,20). Sum of RGB (Red+Green+Blue) = 15+62+20=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 62 (24.61% from 255 or 63.92% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 62 - color contains mainly: green. Hex color #0F3E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3E14 is #F0C1EB. Grayscale: #2B2B2B. Windows color (decimal): -15778284 or 1326607. OLE color: 1326607.
HSL color Cylindrical-coordinate representation of color #0F3E14: hue angle of 126.38º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F3E14 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 62 | 20 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.76 |
| HSL | 126.38º | 0.61% | 0.15% | - |
| HSV(B) | 126.38º | 0.76% | 0.24% | - |
| XYZ | 2.05 | 3.6 | 1.25 | - |
| YUV | 43.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 62 | 20 | 0.76 | 0 | 0.68 | 0.76 | 126.38 | 0.61 | 0.15 |
| Hex | F | 3E | 14 | 4C | 0 | 44 | 4C | 7E | 3D | F |
| Octal | 17 | 76 | 24 | 114 | 0 | 104 | 114 | 176 | 75 | 17 |
| Binary | 1111 | 111110 | 10100 | 1001100 | 0 | 1000100 | 1001100 | 1111110 | 111101 | 1111 |
Color Harmonies of #0F3E14
Complementary color
Monochromatic Colors of #0F3E14
Black with #0F3E14
Text Example
Text Example
White with #0F3E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3E14; }
p { color: rgb(15,62,20); }
H1.HeaderClassName
{
color: #0F3E14;
}
.AnyTagClassName
{
color: #0F3E14;
}
</style>
background-color css
<style>
a { background-color: #0F3E14; }
a { background-color: rgb(15,62,20); }
div.DivClassName
{
background-color: #0F3E14;
}
.BgClassName
{
background-color: #0F3E14;
}
</style>
border-color css
<style>
span { border-color: #0F3E14; }
span { border-color: rgb(15,62,20); }
td.TdClassName
{
border-color: #0F3E14;
}
.TagClassName
{
border-color: #0F3E14;
}
</style>