Shades of Myrtle #0F3702
Tints of Myrtle #0F3702
RGB
CMYK
RGB Variations
Color information
#0F3702 (or 0x0F3702) is known color: Myrtle. HEX triplet: 0F, 37 and 02. RGB value is (15,55,2). Sum of RGB (Red+Green+Blue) = 15+55+2=72 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.83% from 72); Green value is 55 (21.88% from 255 or 76.39% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 55 - color contains mainly: green. Hex color #0F3702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3702 is #F0C8FD. Grayscale: #252525. Windows color (decimal): -15780094 or 145167. OLE color: 145167.
HSL color Cylindrical-coordinate representation of color #0F3702: hue angle of 105.28º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F3702 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 55 | 2 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.78 |
| HSL | 105.28º | 0.93% | 0.11% | - |
| HSV(B) | 105.28º | 0.96% | 0.22% | - |
| XYZ | 1.57 | 2.84 | 0.52 | - |
| YUV | 37 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 55 | 2 | 0.73 | 0 | 0.96 | 0.78 | 105.28 | 0.93 | 0.11 |
| Hex | F | 37 | 2 | 49 | 0 | 60 | 4E | 69 | 5D | B |
| Octal | 17 | 67 | 2 | 111 | 0 | 140 | 116 | 151 | 135 | 13 |
| Binary | 1111 | 110111 | 10 | 1001001 | 0 | 1100000 | 1001110 | 1101001 | 1011101 | 1011 |
Color Harmonies of #0F3702
Complementary color
Monochromatic Colors of #0F3702
Black with #0F3702
Text Example
Text Example
White with #0F3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3702; }
p { color: rgb(15,55,2); }
H1.HeaderClassName
{
color: #0F3702;
}
.AnyTagClassName
{
color: #0F3702;
}
</style>
background-color css
<style>
a { background-color: #0F3702; }
a { background-color: rgb(15,55,2); }
div.DivClassName
{
background-color: #0F3702;
}
.BgClassName
{
background-color: #0F3702;
}
</style>
border-color css
<style>
span { border-color: #0F3702; }
span { border-color: rgb(15,55,2); }
td.TdClassName
{
border-color: #0F3702;
}
.TagClassName
{
border-color: #0F3702;
}
</style>