Shades of Myrtle #073304
Tints of Myrtle #073304
RGB
CMYK
RGB Variations
Color information
#073304 (or 0x073304) is known color: Myrtle. HEX triplet: 07, 33 and 04. RGB value is (7,51,4). Sum of RGB (Red+Green+Blue) = 7+51+4=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 51 (20.31% from 255 or 82.26% from 62); Blue value is 4 (1.95% from 255 or 6.45% from 62); Max value from RGB is 51 - color contains mainly: green. Hex color #073304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073304 is #F8CCFB. Grayscale: #202020. Windows color (decimal): -16305404 or 275207. OLE color: 275207.
HSL color Cylindrical-coordinate representation of color #073304: hue angle of 116.17º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073304 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 7 | 51 | 4 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.8 |
| HSL | 116.17º | 0.85% | 0.11% | - |
| HSV(B) | 116.17º | 0.92% | 0.2% | - |
| XYZ | 1.29 | 2.42 | 0.51 | - |
| YUV | 32.49 | 111.92 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 4 | 0.86 | 0 | 0.92 | 0.8 | 116.17 | 0.85 | 0.11 |
| Hex | 7 | 33 | 4 | 56 | 0 | 5C | 50 | 74 | 55 | B |
| Octal | 7 | 63 | 4 | 126 | 0 | 134 | 120 | 164 | 125 | 13 |
| Binary | 111 | 110011 | 100 | 1010110 | 0 | 1011100 | 1010000 | 1110100 | 1010101 | 1011 |
Color Harmonies of #073304
Complementary color
Monochromatic Colors of #073304
Black with #073304
Text Example
Text Example
White with #073304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073304; }
p { color: rgb(7,51,4); }
H1.HeaderClassName
{
color: #073304;
}
.AnyTagClassName
{
color: #073304;
}
</style>
background-color css
<style>
a { background-color: #073304; }
a { background-color: rgb(7,51,4); }
div.DivClassName
{
background-color: #073304;
}
.BgClassName
{
background-color: #073304;
}
</style>
border-color css
<style>
span { border-color: #073304; }
span { border-color: rgb(7,51,4); }
td.TdClassName
{
border-color: #073304;
}
.TagClassName
{
border-color: #073304;
}
</style>