Shades of Myrtle #0F320F
Tints of Myrtle #0F320F
RGB
CMYK
RGB Variations
Color information
#0F320F (or 0x0F320F) is known color: Myrtle. HEX triplet: 0F, 32 and 0F. RGB value is (15,50,15). Sum of RGB (Red+Green+Blue) = 15+50+15=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 50 (19.92% from 255 or 62.5% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 50 - color contains mainly: green. Hex color #0F320F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F320F is #F0CDF0. Grayscale: #232323. Windows color (decimal): -15781361 or 995855. OLE color: 995855.
HSL color Cylindrical-coordinate representation of color #0F320F: hue angle of 120º 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 #0F320F is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 50 | 15 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.80 |
| HSL | 120º | 0.54% | 0.13% | - |
| HSV(B) | 120º | 0.7% | 0.2% | - |
| XYZ | 1.42 | 2.42 | 0.84 | - |
| YUV | 35.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 50 | 15 | 0.70 | 0 | 0.70 | 0.80 | 120 | 0.54 | 0.13 |
| Hex | F | 32 | F | 46 | 0 | 46 | 50 | 78 | 36 | D |
| Octal | 17 | 62 | 17 | 106 | 0 | 106 | 120 | 170 | 66 | 15 |
| Binary | 1111 | 110010 | 1111 | 1000110 | 0 | 1000110 | 1010000 | 1111000 | 110110 | 1101 |
Color Harmonies of #0F320F
Complementary color
Monochromatic Colors of #0F320F
Black with #0F320F
Text Example
Text Example
White with #0F320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F320F; }
p { color: rgb(15,50,15); }
H1.HeaderClassName
{
color: #0F320F;
}
.AnyTagClassName
{
color: #0F320F;
}
</style>
background-color css
<style>
a { background-color: #0F320F; }
a { background-color: rgb(15,50,15); }
div.DivClassName
{
background-color: #0F320F;
}
.BgClassName
{
background-color: #0F320F;
}
</style>
border-color css
<style>
span { border-color: #0F320F; }
span { border-color: rgb(15,50,15); }
td.TdClassName
{
border-color: #0F320F;
}
.TagClassName
{
border-color: #0F320F;
}
</style>