Shades of Myrtle #044F01
Tints of Myrtle #044F01
RGB
CMYK
RGB Variations
Color information
#044F01 (or 0x044F01) is known color: Myrtle. HEX triplet: 04, 4F and 01. RGB value is (4,79,1). Sum of RGB (Red+Green+Blue) = 4+79+1=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 79 (31.25% from 255 or 94.05% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 79 - color contains mainly: green. Hex color #044F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #044F01 is #FBB0FE. Grayscale: #2F2F2F. Windows color (decimal): -16494847 or 85764. OLE color: 85764.
HSL color Cylindrical-coordinate representation of color #044F01: hue angle of 117.69º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #044F01 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 79 | 1 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.69 |
| HSL | 117.69º | 0.98% | 0.16% | - |
| HSV(B) | 117.69º | 0.99% | 0.31% | - |
| XYZ | 2.85 | 5.62 | 0.96 | - |
| YUV | 47.68 | 101.65 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 1 | 0.95 | 0 | 0.99 | 0.69 | 117.69 | 0.98 | 0.16 |
| Hex | 4 | 4F | 1 | 5F | 0 | 63 | 45 | 76 | 62 | 10 |
| Octal | 4 | 117 | 1 | 137 | 0 | 143 | 105 | 166 | 142 | 20 |
| Binary | 100 | 1001111 | 1 | 1011111 | 0 | 1100011 | 1000101 | 1110110 | 1100010 | 10000 |
Color Harmonies of #044F01
Complementary color
Monochromatic Colors of #044F01
Black with #044F01
Text Example
Text Example
White with #044F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F01; }
p { color: rgb(4,79,1); }
H1.HeaderClassName
{
color: #044F01;
}
.AnyTagClassName
{
color: #044F01;
}
</style>
background-color css
<style>
a { background-color: #044F01; }
a { background-color: rgb(4,79,1); }
div.DivClassName
{
background-color: #044F01;
}
.BgClassName
{
background-color: #044F01;
}
</style>
border-color css
<style>
span { border-color: #044F01; }
span { border-color: rgb(4,79,1); }
td.TdClassName
{
border-color: #044F01;
}
.TagClassName
{
border-color: #044F01;
}
</style>