Shades of Myrtle #073104
Tints of Myrtle #073104
RGB
CMYK
RGB Variations
Color information
#073104 (or 0x073104) is known color: Myrtle. HEX triplet: 07, 31 and 04. RGB value is (7,49,4). Sum of RGB (Red+Green+Blue) = 7+49+4=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 49 (19.53% from 255 or 81.67% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 49 - color contains mainly: green. Hex color #073104 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073104 is #F8CEFB. Grayscale: #1F1F1F. Windows color (decimal): -16305916 or 274695. OLE color: 274695.
HSL color Cylindrical-coordinate representation of color #073104: hue angle of 116º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073104 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 49 | 4 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.81 |
| HSL | 116º | 0.85% | 0.1% | - |
| HSV(B) | 116º | 0.92% | 0.19% | - |
| XYZ | 1.21 | 2.25 | 0.49 | - |
| YUV | 31.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 4 | 0.86 | 0 | 0.92 | 0.81 | 116 | 0.85 | 0.1 |
| Hex | 7 | 31 | 4 | 56 | 0 | 5C | 51 | 74 | 55 | A |
| Octal | 7 | 61 | 4 | 126 | 0 | 134 | 121 | 164 | 125 | 12 |
| Binary | 111 | 110001 | 100 | 1010110 | 0 | 1011100 | 1010001 | 1110100 | 1010101 | 1010 |
Color Harmonies of #073104
Complementary color
Monochromatic Colors of #073104
Black with #073104
Text Example
Text Example
White with #073104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073104; }
p { color: rgb(7,49,4); }
H1.HeaderClassName
{
color: #073104;
}
.AnyTagClassName
{
color: #073104;
}
</style>
background-color css
<style>
a { background-color: #073104; }
a { background-color: rgb(7,49,4); }
div.DivClassName
{
background-color: #073104;
}
.BgClassName
{
background-color: #073104;
}
</style>
border-color css
<style>
span { border-color: #073104; }
span { border-color: rgb(7,49,4); }
td.TdClassName
{
border-color: #073104;
}
.TagClassName
{
border-color: #073104;
}
</style>