Shades of Myrtle #054E0C
Tints of Myrtle #054E0C
RGB
CMYK
RGB Variations
Color information
#054E0C (or 0x054E0C) is known color: Myrtle. HEX triplet: 05, 4E and 0C. RGB value is (5,78,12). Sum of RGB (Red+Green+Blue) = 5+78+12=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 78 (30.86% from 255 or 82.11% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 78 - color contains mainly: green. Hex color #054E0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #054E0C is #FAB1F3. Grayscale: #303030. Windows color (decimal): -16429556 or 806405. OLE color: 806405.
HSL color Cylindrical-coordinate representation of color #054E0C: hue angle of 125.75º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054E0C is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 78 | 12 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.69 |
| HSL | 125.75º | 0.88% | 0.16% | - |
| HSV(B) | 125.75º | 0.94% | 0.31% | - |
| XYZ | 2.85 | 5.51 | 1.26 | - |
| YUV | 48.65 | 107.32 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 12 | 0.94 | 0 | 0.85 | 0.69 | 125.75 | 0.88 | 0.16 |
| Hex | 5 | 4E | C | 5E | 0 | 55 | 45 | 7E | 58 | 10 |
| Octal | 5 | 116 | 14 | 136 | 0 | 125 | 105 | 176 | 130 | 20 |
| Binary | 101 | 1001110 | 1100 | 1011110 | 0 | 1010101 | 1000101 | 1111110 | 1011000 | 10000 |
Color Harmonies of #054E0C
Complementary color
Monochromatic Colors of #054E0C
Black with #054E0C
Text Example
Text Example
White with #054E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E0C; }
p { color: rgb(5,78,12); }
H1.HeaderClassName
{
color: #054E0C;
}
.AnyTagClassName
{
color: #054E0C;
}
</style>
background-color css
<style>
a { background-color: #054E0C; }
a { background-color: rgb(5,78,12); }
div.DivClassName
{
background-color: #054E0C;
}
.BgClassName
{
background-color: #054E0C;
}
</style>
border-color css
<style>
span { border-color: #054E0C; }
span { border-color: rgb(5,78,12); }
td.TdClassName
{
border-color: #054E0C;
}
.TagClassName
{
border-color: #054E0C;
}
</style>