Shades of Myrtle #0F450B
Tints of Myrtle #0F450B
RGB
CMYK
RGB Variations
Color information
#0F450B (or 0x0F450B) is known color: Myrtle. HEX triplet: 0F, 45 and 0B. RGB value is (15,69,11). Sum of RGB (Red+Green+Blue) = 15+69+11=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 69 (27.34% from 255 or 72.63% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 69 - color contains mainly: green. Hex color #0F450B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F450B is #F0BAF4. Grayscale: #2E2E2E. Windows color (decimal): -15776501 or 738575. OLE color: 738575.
HSL color Cylindrical-coordinate representation of color #0F450B: hue angle of 115.86º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F450B is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 69 | 11 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.73 |
| HSL | 115.86º | 0.73% | 0.16% | - |
| HSV(B) | 115.86º | 0.84% | 0.27% | - |
| XYZ | 2.39 | 4.38 | 1.04 | - |
| YUV | 46.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 69 | 11 | 0.78 | 0 | 0.84 | 0.73 | 115.86 | 0.73 | 0.16 |
| Hex | F | 45 | B | 4E | 0 | 54 | 49 | 74 | 48 | 10 |
| Octal | 17 | 105 | 13 | 116 | 0 | 124 | 111 | 164 | 110 | 20 |
| Binary | 1111 | 1000101 | 1011 | 1001110 | 0 | 1010100 | 1001001 | 1110100 | 1001000 | 10000 |
Color Harmonies of #0F450B
Complementary color
Monochromatic Colors of #0F450B
Black with #0F450B
Text Example
Text Example
White with #0F450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F450B; }
p { color: rgb(15,69,11); }
H1.HeaderClassName
{
color: #0F450B;
}
.AnyTagClassName
{
color: #0F450B;
}
</style>
background-color css
<style>
a { background-color: #0F450B; }
a { background-color: rgb(15,69,11); }
div.DivClassName
{
background-color: #0F450B;
}
.BgClassName
{
background-color: #0F450B;
}
</style>
border-color css
<style>
span { border-color: #0F450B; }
span { border-color: rgb(15,69,11); }
td.TdClassName
{
border-color: #0F450B;
}
.TagClassName
{
border-color: #0F450B;
}
</style>