Shades of Myrtle #004A01
Tints of Myrtle #004A01
RGB
CMYK
RGB Variations
Color information
#004A01 (or 0x004A01) is known color: Myrtle. HEX triplet: 00, 4A and 01. RGB value is (0,74,1). Sum of RGB (Red+Green+Blue) = 0+74+1=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 74 (29.30% from 255 or 98.67% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 74 - color contains mainly: green. Hex color #004A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004A01 is #FFB5FE. Grayscale: #2B2B2B. Windows color (decimal): -16758271 or 84480. OLE color: 84480.
HSL color Cylindrical-coordinate representation of color #004A01: hue angle of 120.81º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A01 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 74 | 1 | - |
| CMYK | 1 | 0 | 0.99 | 0.71 |
| HSL | 120.81º | 1% | 0.15% | - |
| HSV(B) | 120.81º | 1% | 0.29% | - |
| XYZ | 2.45 | 4.9 | 0.85 | - |
| YUV | 43.55 | 103.98 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 1 | 1 | 0 | 0.99 | 0.71 | 120.81 | 1 | 0.15 |
| Hex | 0 | 4A | 1 | 64 | 0 | 63 | 47 | 79 | 64 | F |
| Octal | 0 | 112 | 1 | 144 | 0 | 143 | 107 | 171 | 144 | 17 |
| Binary | 0 | 1001010 | 1 | 1100100 | 0 | 1100011 | 1000111 | 1111001 | 1100100 | 1111 |
Color Harmonies of #004A01
Complementary color
Monochromatic Colors of #004A01
Black with #004A01
Text Example
Text Example
White with #004A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A01; }
p { color: rgb(0,74,1); }
H1.HeaderClassName
{
color: #004A01;
}
.AnyTagClassName
{
color: #004A01;
}
</style>
background-color css
<style>
a { background-color: #004A01; }
a { background-color: rgb(0,74,1); }
div.DivClassName
{
background-color: #004A01;
}
.BgClassName
{
background-color: #004A01;
}
</style>
border-color css
<style>
span { border-color: #004A01; }
span { border-color: rgb(0,74,1); }
td.TdClassName
{
border-color: #004A01;
}
.TagClassName
{
border-color: #004A01;
}
</style>