Shades of Myrtle #04490E
Tints of Myrtle #04490E
RGB
CMYK
RGB Variations
Color information
#04490E (or 0x04490E) is known color: Myrtle. HEX triplet: 04, 49 and 0E. RGB value is (4,73,14). Sum of RGB (Red+Green+Blue) = 4+73+14=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 73 (28.91% from 255 or 80.22% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 73 - color contains mainly: green. Hex color #04490E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04490E is #FBB6F1. Grayscale: #2D2D2D. Windows color (decimal): -16496370 or 936196. OLE color: 936196.
HSL color Cylindrical-coordinate representation of color #04490E: hue angle of 128.7º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04490E is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 73 | 14 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.71 |
| HSL | 128.7º | 0.9% | 0.15% | - |
| HSV(B) | 128.7º | 0.95% | 0.29% | - |
| XYZ | 2.51 | 4.82 | 1.21 | - |
| YUV | 45.64 | 110.14 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 14 | 0.95 | 0 | 0.81 | 0.71 | 128.7 | 0.9 | 0.15 |
| Hex | 4 | 49 | E | 5F | 0 | 51 | 47 | 81 | 5A | F |
| Octal | 4 | 111 | 16 | 137 | 0 | 121 | 107 | 201 | 132 | 17 |
| Binary | 100 | 1001001 | 1110 | 1011111 | 0 | 1010001 | 1000111 | 10000001 | 1011010 | 1111 |
Color Harmonies of #04490E
Complementary color
Monochromatic Colors of #04490E
Black with #04490E
Text Example
Text Example
White with #04490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04490E; }
p { color: rgb(4,73,14); }
H1.HeaderClassName
{
color: #04490E;
}
.AnyTagClassName
{
color: #04490E;
}
</style>
background-color css
<style>
a { background-color: #04490E; }
a { background-color: rgb(4,73,14); }
div.DivClassName
{
background-color: #04490E;
}
.BgClassName
{
background-color: #04490E;
}
</style>
border-color css
<style>
span { border-color: #04490E; }
span { border-color: rgb(4,73,14); }
td.TdClassName
{
border-color: #04490E;
}
.TagClassName
{
border-color: #04490E;
}
</style>