Shades of Myrtle #0F3608
Tints of Myrtle #0F3608
RGB
CMYK
RGB Variations
Color information
#0F3608 (or 0x0F3608) is known color: Myrtle. HEX triplet: 0F, 36 and 08. RGB value is (15,54,8). Sum of RGB (Red+Green+Blue) = 15+54+8=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 54 (21.48% from 255 or 70.13% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 54 - color contains mainly: green. Hex color #0F3608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3608 is #F0C9F7. Grayscale: #252525. Windows color (decimal): -15780344 or 538127. OLE color: 538127.
HSL color Cylindrical-coordinate representation of color #0F3608: hue angle of 110.87º 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 #0F3608 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 54 | 8 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.79 |
| HSL | 110.87º | 0.74% | 0.12% | - |
| HSV(B) | 110.87º | 0.85% | 0.21% | - |
| XYZ | 1.56 | 2.76 | 0.68 | - |
| YUV | 37.1 | 111.58 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 8 | 0.72 | 0 | 0.85 | 0.79 | 110.87 | 0.74 | 0.12 |
| Hex | F | 36 | 8 | 48 | 0 | 55 | 4F | 6F | 4A | C |
| Octal | 17 | 66 | 10 | 110 | 0 | 125 | 117 | 157 | 112 | 14 |
| Binary | 1111 | 110110 | 1000 | 1001000 | 0 | 1010101 | 1001111 | 1101111 | 1001010 | 1100 |
Color Harmonies of #0F3608
Complementary color
Monochromatic Colors of #0F3608
Black with #0F3608
Text Example
Text Example
White with #0F3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3608; }
p { color: rgb(15,54,8); }
H1.HeaderClassName
{
color: #0F3608;
}
.AnyTagClassName
{
color: #0F3608;
}
</style>
background-color css
<style>
a { background-color: #0F3608; }
a { background-color: rgb(15,54,8); }
div.DivClassName
{
background-color: #0F3608;
}
.BgClassName
{
background-color: #0F3608;
}
</style>
border-color css
<style>
span { border-color: #0F3608; }
span { border-color: rgb(15,54,8); }
td.TdClassName
{
border-color: #0F3608;
}
.TagClassName
{
border-color: #0F3608;
}
</style>