Shades of Myrtle #0F3502
Tints of Myrtle #0F3502
RGB
CMYK
RGB Variations
Color information
#0F3502 (or 0x0F3502) is known color: Myrtle. HEX triplet: 0F, 35 and 02. RGB value is (15,53,2). Sum of RGB (Red+Green+Blue) = 15+53+2=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 53 (21.09% from 255 or 75.71% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 53 - color contains mainly: green. Hex color #0F3502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3502 is #F0CAFD. Grayscale: #232323. Windows color (decimal): -15780606 or 144655. OLE color: 144655.
HSL color Cylindrical-coordinate representation of color #0F3502: hue angle of 104.71º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F3502 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 53 | 2 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.79 |
| HSL | 104.71º | 0.93% | 0.11% | - |
| HSV(B) | 104.71º | 0.96% | 0.21% | - |
| XYZ | 1.48 | 2.65 | 0.49 | - |
| YUV | 35.82 | 108.91 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 2 | 0.72 | 0 | 0.96 | 0.79 | 104.71 | 0.93 | 0.11 |
| Hex | F | 35 | 2 | 48 | 0 | 60 | 4F | 69 | 5D | B |
| Octal | 17 | 65 | 2 | 110 | 0 | 140 | 117 | 151 | 135 | 13 |
| Binary | 1111 | 110101 | 10 | 1001000 | 0 | 1100000 | 1001111 | 1101001 | 1011101 | 1011 |
Color Harmonies of #0F3502
Complementary color
Monochromatic Colors of #0F3502
Black with #0F3502
Text Example
Text Example
White with #0F3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3502; }
p { color: rgb(15,53,2); }
H1.HeaderClassName
{
color: #0F3502;
}
.AnyTagClassName
{
color: #0F3502;
}
</style>
background-color css
<style>
a { background-color: #0F3502; }
a { background-color: rgb(15,53,2); }
div.DivClassName
{
background-color: #0F3502;
}
.BgClassName
{
background-color: #0F3502;
}
</style>
border-color css
<style>
span { border-color: #0F3502; }
span { border-color: rgb(15,53,2); }
td.TdClassName
{
border-color: #0F3502;
}
.TagClassName
{
border-color: #0F3502;
}
</style>