Shades of Myrtle #0F3205
Tints of Myrtle #0F3205
RGB
CMYK
RGB Variations
Color information
#0F3205 (or 0x0F3205) is known color: Myrtle. HEX triplet: 0F, 32 and 05. RGB value is (15,50,5). Sum of RGB (Red+Green+Blue) = 15+50+5=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 50 (19.92% from 255 or 71.43% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3205 is #F0CDFA. Grayscale: #222222. Windows color (decimal): -15781371 or 340495. OLE color: 340495.
HSL color Cylindrical-coordinate representation of color #0F3205: hue angle of 106.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F3205 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 50 | 5 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.80 |
| HSL | 106.67º | 0.82% | 0.11% | - |
| HSV(B) | 106.67º | 0.9% | 0.2% | - |
| XYZ | 1.36 | 2.39 | 0.53 | - |
| YUV | 34.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 50 | 5 | 0.70 | 0 | 0.90 | 0.80 | 106.67 | 0.82 | 0.11 |
| Hex | F | 32 | 5 | 46 | 0 | 5A | 50 | 6B | 52 | B |
| Octal | 17 | 62 | 5 | 106 | 0 | 132 | 120 | 153 | 122 | 13 |
| Binary | 1111 | 110010 | 101 | 1000110 | 0 | 1011010 | 1010000 | 1101011 | 1010010 | 1011 |
Color Harmonies of #0F3205
Complementary color
Monochromatic Colors of #0F3205
Black with #0F3205
Text Example
Text Example
White with #0F3205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3205; }
p { color: rgb(15,50,5); }
H1.HeaderClassName
{
color: #0F3205;
}
.AnyTagClassName
{
color: #0F3205;
}
</style>
background-color css
<style>
a { background-color: #0F3205; }
a { background-color: rgb(15,50,5); }
div.DivClassName
{
background-color: #0F3205;
}
.BgClassName
{
background-color: #0F3205;
}
</style>
border-color css
<style>
span { border-color: #0F3205; }
span { border-color: rgb(15,50,5); }
td.TdClassName
{
border-color: #0F3205;
}
.TagClassName
{
border-color: #0F3205;
}
</style>