Shades of Myrtle #054A02
Tints of Myrtle #054A02
RGB
CMYK
RGB Variations
Color information
#054A02 (or 0x054A02) is known color: Myrtle. HEX triplet: 05, 4A and 02. RGB value is (5,74,2). Sum of RGB (Red+Green+Blue) = 5+74+2=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 74 (29.30% from 255 or 91.36% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 74 - color contains mainly: green. Hex color #054A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054A02 is #FAB5FD. Grayscale: #2D2D2D. Windows color (decimal): -16430590 or 150021. OLE color: 150021.
HSL color Cylindrical-coordinate representation of color #054A02: hue angle of 117.5º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054A02 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 74 | 2 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.71 |
| HSL | 117.5º | 0.95% | 0.15% | - |
| HSV(B) | 117.5º | 0.97% | 0.29% | - |
| XYZ | 2.52 | 4.93 | 0.88 | - |
| YUV | 45.16 | 103.64 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 2 | 0.93 | 0 | 0.97 | 0.71 | 117.5 | 0.95 | 0.15 |
| Hex | 5 | 4A | 2 | 5D | 0 | 61 | 47 | 76 | 5F | F |
| Octal | 5 | 112 | 2 | 135 | 0 | 141 | 107 | 166 | 137 | 17 |
| Binary | 101 | 1001010 | 10 | 1011101 | 0 | 1100001 | 1000111 | 1110110 | 1011111 | 1111 |
Color Harmonies of #054A02
Complementary color
Monochromatic Colors of #054A02
Black with #054A02
Text Example
Text Example
White with #054A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054A02; }
p { color: rgb(5,74,2); }
H1.HeaderClassName
{
color: #054A02;
}
.AnyTagClassName
{
color: #054A02;
}
</style>
background-color css
<style>
a { background-color: #054A02; }
a { background-color: rgb(5,74,2); }
div.DivClassName
{
background-color: #054A02;
}
.BgClassName
{
background-color: #054A02;
}
</style>
border-color css
<style>
span { border-color: #054A02; }
span { border-color: rgb(5,74,2); }
td.TdClassName
{
border-color: #054A02;
}
.TagClassName
{
border-color: #054A02;
}
</style>