Shades of Myrtle #004901
Tints of Myrtle #004901
RGB
CMYK
RGB Variations
Color information
#004901 (or 0x004901) is known color: Myrtle. HEX triplet: 00, 49 and 01. RGB value is (0,73,1). Sum of RGB (Red+Green+Blue) = 0+73+1=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 73 (28.91% from 255 or 98.65% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 73 - color contains mainly: green. Hex color #004901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004901 is #FFB6FE. Grayscale: #2B2B2B. Windows color (decimal): -16758527 or 84224. OLE color: 84224.
HSL color Cylindrical-coordinate representation of color #004901: hue angle of 120.82º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004901 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 73 | 1 | - |
| CMYK | 1 | 0 | 0.99 | 0.71 |
| HSL | 120.82º | 1% | 0.14% | - |
| HSV(B) | 120.82º | 1% | 0.29% | - |
| XYZ | 2.39 | 4.77 | 0.82 | - |
| YUV | 42.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 1 | 1 | 0 | 0.99 | 0.71 | 120.82 | 1 | 0.14 |
| Hex | 0 | 49 | 1 | 64 | 0 | 63 | 47 | 79 | 64 | E |
| Octal | 0 | 111 | 1 | 144 | 0 | 143 | 107 | 171 | 144 | 16 |
| Binary | 0 | 1001001 | 1 | 1100100 | 0 | 1100011 | 1000111 | 1111001 | 1100100 | 1110 |
Color Harmonies of #004901
Complementary color
Monochromatic Colors of #004901
Black with #004901
Text Example
Text Example
White with #004901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004901; }
p { color: rgb(0,73,1); }
H1.HeaderClassName
{
color: #004901;
}
.AnyTagClassName
{
color: #004901;
}
</style>
background-color css
<style>
a { background-color: #004901; }
a { background-color: rgb(0,73,1); }
div.DivClassName
{
background-color: #004901;
}
.BgClassName
{
background-color: #004901;
}
</style>
border-color css
<style>
span { border-color: #004901; }
span { border-color: rgb(0,73,1); }
td.TdClassName
{
border-color: #004901;
}
.TagClassName
{
border-color: #004901;
}
</style>