Shades of Myrtle #0F4305
Tints of Myrtle #0F4305
RGB
CMYK
RGB Variations
Color information
#0F4305 (or 0x0F4305) is known color: Myrtle. HEX triplet: 0F, 43 and 05. RGB value is (15,67,5). Sum of RGB (Red+Green+Blue) = 15+67+5=87 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.24% from 87); Green value is 67 (26.56% from 255 or 77.01% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 67 - color contains mainly: green. Hex color #0F4305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4305 is #F0BCFA. Grayscale: #2C2C2C. Windows color (decimal): -15777019 or 344847. OLE color: 344847.
HSL color Cylindrical-coordinate representation of color #0F4305: hue angle of 110.32º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4305 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 67 | 5 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.74 |
| HSL | 110.32º | 0.86% | 0.14% | - |
| HSV(B) | 110.32º | 0.93% | 0.26% | - |
| XYZ | 2.23 | 4.13 | 0.82 | - |
| YUV | 44.38 | 105.77 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 67 | 5 | 0.78 | 0 | 0.93 | 0.74 | 110.32 | 0.86 | 0.14 |
| Hex | F | 43 | 5 | 4E | 0 | 5D | 4A | 6E | 56 | E |
| Octal | 17 | 103 | 5 | 116 | 0 | 135 | 112 | 156 | 126 | 16 |
| Binary | 1111 | 1000011 | 101 | 1001110 | 0 | 1011101 | 1001010 | 1101110 | 1010110 | 1110 |
Color Harmonies of #0F4305
Complementary color
Monochromatic Colors of #0F4305
Black with #0F4305
Text Example
Text Example
White with #0F4305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4305; }
p { color: rgb(15,67,5); }
H1.HeaderClassName
{
color: #0F4305;
}
.AnyTagClassName
{
color: #0F4305;
}
</style>
background-color css
<style>
a { background-color: #0F4305; }
a { background-color: rgb(15,67,5); }
div.DivClassName
{
background-color: #0F4305;
}
.BgClassName
{
background-color: #0F4305;
}
</style>
border-color css
<style>
span { border-color: #0F4305; }
span { border-color: rgb(15,67,5); }
td.TdClassName
{
border-color: #0F4305;
}
.TagClassName
{
border-color: #0F4305;
}
</style>