Shades of Myrtle #0F3305
Tints of Myrtle #0F3305
RGB
CMYK
RGB Variations
Color information
#0F3305 (or 0x0F3305) is known color: Myrtle. HEX triplet: 0F, 33 and 05. RGB value is (15,51,5). Sum of RGB (Red+Green+Blue) = 15+51+5=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 51 (20.31% from 255 or 71.83% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 51 - color contains mainly: green. Hex color #0F3305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3305 is #F0CCFA. Grayscale: #232323. Windows color (decimal): -15781115 or 340751. OLE color: 340751.
HSL color Cylindrical-coordinate representation of color #0F3305: hue angle of 106.96º 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 #0F3305 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 15 | 51 | 5 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.8 |
| HSL | 106.96º | 0.82% | 0.11% | - |
| HSV(B) | 106.96º | 0.9% | 0.2% | - |
| XYZ | 1.41 | 2.48 | 0.55 | - |
| YUV | 34.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 5 | 0.71 | 0 | 0.90 | 0.8 | 106.96 | 0.82 | 0.11 |
| Hex | F | 33 | 5 | 47 | 0 | 5A | 50 | 6B | 52 | B |
| Octal | 17 | 63 | 5 | 107 | 0 | 132 | 120 | 153 | 122 | 13 |
| Binary | 1111 | 110011 | 101 | 1000111 | 0 | 1011010 | 1010000 | 1101011 | 1010010 | 1011 |
Color Harmonies of #0F3305
Complementary color
Monochromatic Colors of #0F3305
Black with #0F3305
Text Example
Text Example
White with #0F3305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3305; }
p { color: rgb(15,51,5); }
H1.HeaderClassName
{
color: #0F3305;
}
.AnyTagClassName
{
color: #0F3305;
}
</style>
background-color css
<style>
a { background-color: #0F3305; }
a { background-color: rgb(15,51,5); }
div.DivClassName
{
background-color: #0F3305;
}
.BgClassName
{
background-color: #0F3305;
}
</style>
border-color css
<style>
span { border-color: #0F3305; }
span { border-color: rgb(15,51,5); }
td.TdClassName
{
border-color: #0F3305;
}
.TagClassName
{
border-color: #0F3305;
}
</style>