Shades of Myrtle #0F4308
Tints of Myrtle #0F4308
RGB
CMYK
RGB Variations
Color information
#0F4308 (or 0x0F4308) is known color: Myrtle. HEX triplet: 0F, 43 and 08. RGB value is (15,67,8). Sum of RGB (Red+Green+Blue) = 15+67+8=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 67 (26.56% from 255 or 74.44% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 67 - color contains mainly: green. Hex color #0F4308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4308 is #F0BCF7. Grayscale: #2C2C2C. Windows color (decimal): -15777016 or 541455. OLE color: 541455.
HSL color Cylindrical-coordinate representation of color #0F4308: hue angle of 112.88º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F4308 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 67 | 8 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.74 |
| HSL | 112.88º | 0.79% | 0.15% | - |
| HSV(B) | 112.88º | 0.88% | 0.26% | - |
| XYZ | 2.25 | 4.13 | 0.91 | - |
| YUV | 44.73 | 107.27 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 67 | 8 | 0.78 | 0 | 0.88 | 0.74 | 112.88 | 0.79 | 0.15 |
| Hex | F | 43 | 8 | 4E | 0 | 58 | 4A | 71 | 4F | F |
| Octal | 17 | 103 | 10 | 116 | 0 | 130 | 112 | 161 | 117 | 17 |
| Binary | 1111 | 1000011 | 1000 | 1001110 | 0 | 1011000 | 1001010 | 1110001 | 1001111 | 1111 |
Color Harmonies of #0F4308
Complementary color
Monochromatic Colors of #0F4308
Black with #0F4308
Text Example
Text Example
White with #0F4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4308; }
p { color: rgb(15,67,8); }
H1.HeaderClassName
{
color: #0F4308;
}
.AnyTagClassName
{
color: #0F4308;
}
</style>
background-color css
<style>
a { background-color: #0F4308; }
a { background-color: rgb(15,67,8); }
div.DivClassName
{
background-color: #0F4308;
}
.BgClassName
{
background-color: #0F4308;
}
</style>
border-color css
<style>
span { border-color: #0F4308; }
span { border-color: rgb(15,67,8); }
td.TdClassName
{
border-color: #0F4308;
}
.TagClassName
{
border-color: #0F4308;
}
</style>