Shades of Myrtle #0F5301
Tints of Myrtle #0F5301
RGB
CMYK
RGB Variations
Color information
#0F5301 (or 0x0F5301) is known color: Myrtle. HEX triplet: 0F, 53 and 01. RGB value is (15,83,1). Sum of RGB (Red+Green+Blue) = 15+83+1=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 83 (32.81% from 255 or 83.84% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 83 - color contains mainly: green. Hex color #0F5301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5301 is #F0ACFE. Grayscale: #353535. Windows color (decimal): -15772927 or 86799. OLE color: 86799.
HSL color Cylindrical-coordinate representation of color #0F5301: hue angle of 109.76º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F5301 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 1 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.67 |
| HSL | 109.76º | 0.98% | 0.16% | - |
| HSV(B) | 109.76º | 0.99% | 0.33% | - |
| XYZ | 3.3 | 6.29 | 1.07 | - |
| YUV | 53.32 | 98.47 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 1 | 0.82 | 0 | 0.99 | 0.67 | 109.76 | 0.98 | 0.16 |
| Hex | F | 53 | 1 | 52 | 0 | 63 | 43 | 6E | 62 | 10 |
| Octal | 17 | 123 | 1 | 122 | 0 | 143 | 103 | 156 | 142 | 20 |
| Binary | 1111 | 1010011 | 1 | 1010010 | 0 | 1100011 | 1000011 | 1101110 | 1100010 | 10000 |
Color Harmonies of #0F5301
Complementary color
Monochromatic Colors of #0F5301
Black with #0F5301
Text Example
Text Example
White with #0F5301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5301; }
p { color: rgb(15,83,1); }
H1.HeaderClassName
{
color: #0F5301;
}
.AnyTagClassName
{
color: #0F5301;
}
</style>
background-color css
<style>
a { background-color: #0F5301; }
a { background-color: rgb(15,83,1); }
div.DivClassName
{
background-color: #0F5301;
}
.BgClassName
{
background-color: #0F5301;
}
</style>
border-color css
<style>
span { border-color: #0F5301; }
span { border-color: rgb(15,83,1); }
td.TdClassName
{
border-color: #0F5301;
}
.TagClassName
{
border-color: #0F5301;
}
</style>