Shades of Myrtle #0F3508
Tints of Myrtle #0F3508
RGB
CMYK
RGB Variations
Color information
#0F3508 (or 0x0F3508) is known color: Myrtle. HEX triplet: 0F, 35 and 08. RGB value is (15,53,8). Sum of RGB (Red+Green+Blue) = 15+53+8=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 53 (21.09% from 255 or 69.74% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 53 - color contains mainly: green. Hex color #0F3508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3508 is #F0CAF7. Grayscale: #242424. Windows color (decimal): -15780600 or 537871. OLE color: 537871.
HSL color Cylindrical-coordinate representation of color #0F3508: hue angle of 110.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F3508 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 53 | 8 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.79 |
| HSL | 110.67º | 0.74% | 0.12% | - |
| HSV(B) | 110.67º | 0.85% | 0.21% | - |
| XYZ | 1.51 | 2.67 | 0.66 | - |
| YUV | 36.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 8 | 0.72 | 0 | 0.85 | 0.79 | 110.67 | 0.74 | 0.12 |
| Hex | F | 35 | 8 | 48 | 0 | 55 | 4F | 6F | 4A | C |
| Octal | 17 | 65 | 10 | 110 | 0 | 125 | 117 | 157 | 112 | 14 |
| Binary | 1111 | 110101 | 1000 | 1001000 | 0 | 1010101 | 1001111 | 1101111 | 1001010 | 1100 |
Color Harmonies of #0F3508
Complementary color
Monochromatic Colors of #0F3508
Black with #0F3508
Text Example
Text Example
White with #0F3508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3508; }
p { color: rgb(15,53,8); }
H1.HeaderClassName
{
color: #0F3508;
}
.AnyTagClassName
{
color: #0F3508;
}
</style>
background-color css
<style>
a { background-color: #0F3508; }
a { background-color: rgb(15,53,8); }
div.DivClassName
{
background-color: #0F3508;
}
.BgClassName
{
background-color: #0F3508;
}
</style>
border-color css
<style>
span { border-color: #0F3508; }
span { border-color: rgb(15,53,8); }
td.TdClassName
{
border-color: #0F3508;
}
.TagClassName
{
border-color: #0F3508;
}
</style>