Shades of Myrtle #0F330C
Tints of Myrtle #0F330C
RGB
CMYK
RGB Variations
Color information
#0F330C (or 0x0F330C) is known color: Myrtle. HEX triplet: 0F, 33 and 0C. RGB value is (15,51,12). Sum of RGB (Red+Green+Blue) = 15+51+12=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 51 (20.31% from 255 or 65.38% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 51 - color contains mainly: green. Hex color #0F330C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F330C is #F0CCF3. Grayscale: #232323. Windows color (decimal): -15781108 or 799503. OLE color: 799503.
HSL color Cylindrical-coordinate representation of color #0F330C: hue angle of 115.38º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F330C is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 15 | 51 | 12 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.8 |
| HSL | 115.38º | 0.62% | 0.12% | - |
| HSV(B) | 115.38º | 0.76% | 0.2% | - |
| XYZ | 1.45 | 2.5 | 0.75 | - |
| YUV | 35.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 12 | 0.71 | 0 | 0.76 | 0.8 | 115.38 | 0.62 | 0.12 |
| Hex | F | 33 | C | 47 | 0 | 4C | 50 | 73 | 3E | C |
| Octal | 17 | 63 | 14 | 107 | 0 | 114 | 120 | 163 | 76 | 14 |
| Binary | 1111 | 110011 | 1100 | 1000111 | 0 | 1001100 | 1010000 | 1110011 | 111110 | 1100 |
Color Harmonies of #0F330C
Complementary color
Monochromatic Colors of #0F330C
Black with #0F330C
Text Example
Text Example
White with #0F330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F330C; }
p { color: rgb(15,51,12); }
H1.HeaderClassName
{
color: #0F330C;
}
.AnyTagClassName
{
color: #0F330C;
}
</style>
background-color css
<style>
a { background-color: #0F330C; }
a { background-color: rgb(15,51,12); }
div.DivClassName
{
background-color: #0F330C;
}
.BgClassName
{
background-color: #0F330C;
}
</style>
border-color css
<style>
span { border-color: #0F330C; }
span { border-color: rgb(15,51,12); }
td.TdClassName
{
border-color: #0F330C;
}
.TagClassName
{
border-color: #0F330C;
}
</style>