Shades of Myrtle #044A0B
Tints of Myrtle #044A0B
RGB
CMYK
RGB Variations
Color information
#044A0B (or 0x044A0B) is known color: Myrtle. HEX triplet: 04, 4A and 0B. RGB value is (4,74,11). Sum of RGB (Red+Green+Blue) = 4+74+11=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 74 (29.30% from 255 or 83.15% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 74 - color contains mainly: green. Hex color #044A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044A0B is #FBB5F4. Grayscale: #2E2E2E. Windows color (decimal): -16496117 or 739844. OLE color: 739844.
HSL color Cylindrical-coordinate representation of color #044A0B: hue angle of 126º 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 #044A0B is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 74 | 11 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.71 |
| HSL | 126º | 0.9% | 0.15% | - |
| HSV(B) | 126º | 0.95% | 0.29% | - |
| XYZ | 2.56 | 4.95 | 1.14 | - |
| YUV | 45.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 11 | 0.95 | 0 | 0.85 | 0.71 | 126 | 0.9 | 0.15 |
| Hex | 4 | 4A | B | 5F | 0 | 55 | 47 | 7E | 5A | F |
| Octal | 4 | 112 | 13 | 137 | 0 | 125 | 107 | 176 | 132 | 17 |
| Binary | 100 | 1001010 | 1011 | 1011111 | 0 | 1010101 | 1000111 | 1111110 | 1011010 | 1111 |
Color Harmonies of #044A0B
Complementary color
Monochromatic Colors of #044A0B
Black with #044A0B
Text Example
Text Example
White with #044A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A0B; }
p { color: rgb(4,74,11); }
H1.HeaderClassName
{
color: #044A0B;
}
.AnyTagClassName
{
color: #044A0B;
}
</style>
background-color css
<style>
a { background-color: #044A0B; }
a { background-color: rgb(4,74,11); }
div.DivClassName
{
background-color: #044A0B;
}
.BgClassName
{
background-color: #044A0B;
}
</style>
border-color css
<style>
span { border-color: #044A0B; }
span { border-color: rgb(4,74,11); }
td.TdClassName
{
border-color: #044A0B;
}
.TagClassName
{
border-color: #044A0B;
}
</style>