Shades of Myrtle #044104
Tints of Myrtle #044104
RGB
CMYK
RGB Variations
Color information
#044104 (or 0x044104) is known color: Myrtle. HEX triplet: 04, 41 and 04. RGB value is (4,65,4). Sum of RGB (Red+Green+Blue) = 4+65+4=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 65 (25.78% from 255 or 89.04% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 65 - color contains mainly: green. Hex color #044104 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044104 is #FBBEFB. Grayscale: #272727. Windows color (decimal): -16498428 or 278788. OLE color: 278788.
HSL color Cylindrical-coordinate representation of color #044104: hue angle of 120º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044104 is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 65 | 4 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.75 |
| HSL | 120º | 0.88% | 0.14% | - |
| HSV(B) | 120º | 0.94% | 0.25% | - |
| XYZ | 1.96 | 3.82 | 0.75 | - |
| YUV | 39.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 4 | 0.94 | 0 | 0.94 | 0.75 | 120 | 0.88 | 0.14 |
| Hex | 4 | 41 | 4 | 5E | 0 | 5E | 4B | 78 | 58 | E |
| Octal | 4 | 101 | 4 | 136 | 0 | 136 | 113 | 170 | 130 | 16 |
| Binary | 100 | 1000001 | 100 | 1011110 | 0 | 1011110 | 1001011 | 1111000 | 1011000 | 1110 |
Color Harmonies of #044104
Complementary color
Monochromatic Colors of #044104
Black with #044104
Text Example
Text Example
White with #044104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044104; }
p { color: rgb(4,65,4); }
H1.HeaderClassName
{
color: #044104;
}
.AnyTagClassName
{
color: #044104;
}
</style>
background-color css
<style>
a { background-color: #044104; }
a { background-color: rgb(4,65,4); }
div.DivClassName
{
background-color: #044104;
}
.BgClassName
{
background-color: #044104;
}
</style>
border-color css
<style>
span { border-color: #044104; }
span { border-color: rgb(4,65,4); }
td.TdClassName
{
border-color: #044104;
}
.TagClassName
{
border-color: #044104;
}
</style>