Shades of Myrtle #044700
Tints of Myrtle #044700
RGB
CMYK
RGB Variations
Color information
#044700 (or 0x044700) is known color: Myrtle. HEX triplet: 04, 47 and 00. RGB value is (4,71,0). Sum of RGB (Red+Green+Blue) = 4+71+0=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 71 (28.12% from 255 or 94.67% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 71 - color contains mainly: green. Hex color #044700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044700 is #FBB8FF. Grayscale: #2B2B2B. Windows color (decimal): -16496896 or 18180. OLE color: 18180.
HSL color Cylindrical-coordinate representation of color #044700: hue angle of 116.62º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #044700 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 71 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.72 |
| HSL | 116.62º | 1% | 0.14% | - |
| HSV(B) | 116.62º | 1% | 0.28% | - |
| XYZ | 2.3 | 4.53 | 0.75 | - |
| YUV | 42.87 | 103.8 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 0 | 0.94 | 0 | 1 | 0.72 | 116.62 | 1 | 0.14 |
| Hex | 4 | 47 | 0 | 5E | 0 | 64 | 48 | 75 | 64 | E |
| Octal | 4 | 107 | 0 | 136 | 0 | 144 | 110 | 165 | 144 | 16 |
| Binary | 100 | 1000111 | 0 | 1011110 | 0 | 1100100 | 1001000 | 1110101 | 1100100 | 1110 |
Color Harmonies of #044700
Complementary color
Monochromatic Colors of #044700
Black with #044700
Text Example
Text Example
White with #044700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044700; }
p { color: rgb(4,71,0); }
H1.HeaderClassName
{
color: #044700;
}
.AnyTagClassName
{
color: #044700;
}
</style>
background-color css
<style>
a { background-color: #044700; }
a { background-color: rgb(4,71,0); }
div.DivClassName
{
background-color: #044700;
}
.BgClassName
{
background-color: #044700;
}
</style>
border-color css
<style>
span { border-color: #044700; }
span { border-color: rgb(4,71,0); }
td.TdClassName
{
border-color: #044700;
}
.TagClassName
{
border-color: #044700;
}
</style>