Shades of Myrtle #043004
Tints of Myrtle #043004
RGB
CMYK
RGB Variations
Color information
#043004 (or 0x043004) is known color: Myrtle. HEX triplet: 04, 30 and 04. RGB value is (4,48,4). Sum of RGB (Red+Green+Blue) = 4+48+4=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 48 (19.14% from 255 or 85.71% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 48 - color contains mainly: green. Hex color #043004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043004 is #FBCFFB. Grayscale: #1D1D1D. Windows color (decimal): -16502780 or 274436. OLE color: 274436.
HSL color Cylindrical-coordinate representation of color #043004: hue angle of 120º 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 #043004 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 48 | 4 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.81 |
| HSL | 120º | 0.85% | 0.1% | - |
| HSV(B) | 120º | 0.92% | 0.19% | - |
| XYZ | 1.13 | 2.15 | 0.47 | - |
| YUV | 29.83 | 113.42 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 48 | 4 | 0.92 | 0 | 0.92 | 0.81 | 120 | 0.85 | 0.1 |
| Hex | 4 | 30 | 4 | 5C | 0 | 5C | 51 | 78 | 55 | A |
| Octal | 4 | 60 | 4 | 134 | 0 | 134 | 121 | 170 | 125 | 12 |
| Binary | 100 | 110000 | 100 | 1011100 | 0 | 1011100 | 1010001 | 1111000 | 1010101 | 1010 |
Color Harmonies of #043004
Complementary color
Monochromatic Colors of #043004
Black with #043004
Text Example
Text Example
White with #043004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043004; }
p { color: rgb(4,48,4); }
H1.HeaderClassName
{
color: #043004;
}
.AnyTagClassName
{
color: #043004;
}
</style>
background-color css
<style>
a { background-color: #043004; }
a { background-color: rgb(4,48,4); }
div.DivClassName
{
background-color: #043004;
}
.BgClassName
{
background-color: #043004;
}
</style>
border-color css
<style>
span { border-color: #043004; }
span { border-color: rgb(4,48,4); }
td.TdClassName
{
border-color: #043004;
}
.TagClassName
{
border-color: #043004;
}
</style>