Shades of Myrtle #0F3210
Tints of Myrtle #0F3210
RGB
CMYK
RGB Variations
Color information
#0F3210 (or 0x0F3210) is known color: Myrtle. HEX triplet: 0F, 32 and 10. RGB value is (15,50,16). Sum of RGB (Red+Green+Blue) = 15+50+16=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 50 (19.92% from 255 or 61.73% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3210 is #F0CDEF. Grayscale: #232323. Windows color (decimal): -15781360 or 1061391. OLE color: 1061391.
HSL color Cylindrical-coordinate representation of color #0F3210: hue angle of 121.71º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F3210 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 50 | 16 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.80 |
| HSL | 121.71º | 0.54% | 0.13% | - |
| HSV(B) | 121.71º | 0.7% | 0.2% | - |
| XYZ | 1.43 | 2.42 | 0.88 | - |
| YUV | 35.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 50 | 16 | 0.70 | 0 | 0.68 | 0.80 | 121.71 | 0.54 | 0.13 |
| Hex | F | 32 | 10 | 46 | 0 | 44 | 50 | 7A | 36 | D |
| Octal | 17 | 62 | 20 | 106 | 0 | 104 | 120 | 172 | 66 | 15 |
| Binary | 1111 | 110010 | 10000 | 1000110 | 0 | 1000100 | 1010000 | 1111010 | 110110 | 1101 |
Color Harmonies of #0F3210
Complementary color
Monochromatic Colors of #0F3210
Black with #0F3210
Text Example
Text Example
White with #0F3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3210; }
p { color: rgb(15,50,16); }
H1.HeaderClassName
{
color: #0F3210;
}
.AnyTagClassName
{
color: #0F3210;
}
</style>
background-color css
<style>
a { background-color: #0F3210; }
a { background-color: rgb(15,50,16); }
div.DivClassName
{
background-color: #0F3210;
}
.BgClassName
{
background-color: #0F3210;
}
</style>
border-color css
<style>
span { border-color: #0F3210; }
span { border-color: rgb(15,50,16); }
td.TdClassName
{
border-color: #0F3210;
}
.TagClassName
{
border-color: #0F3210;
}
</style>