Shades of Myrtle #054702
Tints of Myrtle #054702
RGB
CMYK
RGB Variations
Color information
#054702 (or 0x054702) is known color: Myrtle. HEX triplet: 05, 47 and 02. RGB value is (5,71,2). Sum of RGB (Red+Green+Blue) = 5+71+2=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 71 (28.12% from 255 or 91.03% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 71 - color contains mainly: green. Hex color #054702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054702 is #FAB8FD. Grayscale: #2B2B2B. Windows color (decimal): -16431358 or 149253. OLE color: 149253.
HSL color Cylindrical-coordinate representation of color #054702: hue angle of 117.39º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054702 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 71 | 2 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.72 |
| HSL | 117.39º | 0.95% | 0.14% | - |
| HSV(B) | 117.39º | 0.97% | 0.28% | - |
| XYZ | 2.33 | 4.54 | 0.81 | - |
| YUV | 43.4 | 104.63 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 2 | 0.93 | 0 | 0.97 | 0.72 | 117.39 | 0.95 | 0.14 |
| Hex | 5 | 47 | 2 | 5D | 0 | 61 | 48 | 75 | 5F | E |
| Octal | 5 | 107 | 2 | 135 | 0 | 141 | 110 | 165 | 137 | 16 |
| Binary | 101 | 1000111 | 10 | 1011101 | 0 | 1100001 | 1001000 | 1110101 | 1011111 | 1110 |
Color Harmonies of #054702
Complementary color
Monochromatic Colors of #054702
Black with #054702
Text Example
Text Example
White with #054702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054702; }
p { color: rgb(5,71,2); }
H1.HeaderClassName
{
color: #054702;
}
.AnyTagClassName
{
color: #054702;
}
</style>
background-color css
<style>
a { background-color: #054702; }
a { background-color: rgb(5,71,2); }
div.DivClassName
{
background-color: #054702;
}
.BgClassName
{
background-color: #054702;
}
</style>
border-color css
<style>
span { border-color: #054702; }
span { border-color: rgb(5,71,2); }
td.TdClassName
{
border-color: #054702;
}
.TagClassName
{
border-color: #054702;
}
</style>