Shades of Myrtle #054A04
Tints of Myrtle #054A04
RGB
CMYK
RGB Variations
Color information
#054A04 (or 0x054A04) is known color: Myrtle. HEX triplet: 05, 4A and 04. RGB value is (5,74,4). Sum of RGB (Red+Green+Blue) = 5+74+4=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 74 (29.30% from 255 or 89.16% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 74 - color contains mainly: green. Hex color #054A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054A04 is #FAB5FB. Grayscale: #2D2D2D. Windows color (decimal): -16430588 or 281093. OLE color: 281093.
HSL color Cylindrical-coordinate representation of color #054A04: hue angle of 119.14º 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 #054A04 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 74 | 4 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.71 |
| HSL | 119.14º | 0.9% | 0.15% | - |
| HSV(B) | 119.14º | 0.95% | 0.29% | - |
| XYZ | 2.53 | 4.94 | 0.93 | - |
| YUV | 45.39 | 104.64 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 4 | 0.93 | 0 | 0.95 | 0.71 | 119.14 | 0.9 | 0.15 |
| Hex | 5 | 4A | 4 | 5D | 0 | 5F | 47 | 77 | 5A | F |
| Octal | 5 | 112 | 4 | 135 | 0 | 137 | 107 | 167 | 132 | 17 |
| Binary | 101 | 1001010 | 100 | 1011101 | 0 | 1011111 | 1000111 | 1110111 | 1011010 | 1111 |
Color Harmonies of #054A04
Complementary color
Monochromatic Colors of #054A04
Black with #054A04
Text Example
Text Example
White with #054A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054A04; }
p { color: rgb(5,74,4); }
H1.HeaderClassName
{
color: #054A04;
}
.AnyTagClassName
{
color: #054A04;
}
</style>
background-color css
<style>
a { background-color: #054A04; }
a { background-color: rgb(5,74,4); }
div.DivClassName
{
background-color: #054A04;
}
.BgClassName
{
background-color: #054A04;
}
</style>
border-color css
<style>
span { border-color: #054A04; }
span { border-color: rgb(5,74,4); }
td.TdClassName
{
border-color: #054A04;
}
.TagClassName
{
border-color: #054A04;
}
</style>