Shades of Myrtle #0F3405
Tints of Myrtle #0F3405
RGB
CMYK
RGB Variations
Color information
#0F3405 (or 0x0F3405) is known color: Myrtle. HEX triplet: 0F, 34 and 05. RGB value is (15,52,5). Sum of RGB (Red+Green+Blue) = 15+52+5=72 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.83% from 72); Green value is 52 (20.70% from 255 or 72.22% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 52 - color contains mainly: green. Hex color #0F3405 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3405 is #F0CBFA. Grayscale: #232323. Windows color (decimal): -15780859 or 341007. OLE color: 341007.
HSL color Cylindrical-coordinate representation of color #0F3405: hue angle of 107.23º 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 #0F3405 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 52 | 5 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.80 |
| HSL | 107.23º | 0.82% | 0.11% | - |
| HSV(B) | 107.23º | 0.9% | 0.2% | - |
| XYZ | 1.45 | 2.57 | 0.56 | - |
| YUV | 35.58 | 110.74 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 5 | 0.71 | 0 | 0.90 | 0.80 | 107.23 | 0.82 | 0.11 |
| Hex | F | 34 | 5 | 47 | 0 | 5A | 50 | 6B | 52 | B |
| Octal | 17 | 64 | 5 | 107 | 0 | 132 | 120 | 153 | 122 | 13 |
| Binary | 1111 | 110100 | 101 | 1000111 | 0 | 1011010 | 1010000 | 1101011 | 1010010 | 1011 |
Color Harmonies of #0F3405
Complementary color
Monochromatic Colors of #0F3405
Black with #0F3405
Text Example
Text Example
White with #0F3405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3405; }
p { color: rgb(15,52,5); }
H1.HeaderClassName
{
color: #0F3405;
}
.AnyTagClassName
{
color: #0F3405;
}
</style>
background-color css
<style>
a { background-color: #0F3405; }
a { background-color: rgb(15,52,5); }
div.DivClassName
{
background-color: #0F3405;
}
.BgClassName
{
background-color: #0F3405;
}
</style>
border-color css
<style>
span { border-color: #0F3405; }
span { border-color: rgb(15,52,5); }
td.TdClassName
{
border-color: #0F3405;
}
.TagClassName
{
border-color: #0F3405;
}
</style>