Shades of Myrtle #054E0F
Tints of Myrtle #054E0F
RGB
CMYK
RGB Variations
Color information
#054E0F (or 0x054E0F) is known color: Myrtle. HEX triplet: 05, 4E and 0F. RGB value is (5,78,15). Sum of RGB (Red+Green+Blue) = 5+78+15=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 78 (30.86% from 255 or 79.59% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 78 - color contains mainly: green. Hex color #054E0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #054E0F is #FAB1F0. Grayscale: #313131. Windows color (decimal): -16429553 or 1003013. OLE color: 1003013.
HSL color Cylindrical-coordinate representation of color #054E0F: hue angle of 128.22º 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 #054E0F is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 78 | 15 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.69 |
| HSL | 128.22º | 0.88% | 0.16% | - |
| HSV(B) | 128.22º | 0.94% | 0.31% | - |
| XYZ | 2.87 | 5.52 | 1.37 | - |
| YUV | 48.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 15 | 0.94 | 0 | 0.81 | 0.69 | 128.22 | 0.88 | 0.16 |
| Hex | 5 | 4E | F | 5E | 0 | 51 | 45 | 80 | 58 | 10 |
| Octal | 5 | 116 | 17 | 136 | 0 | 121 | 105 | 200 | 130 | 20 |
| Binary | 101 | 1001110 | 1111 | 1011110 | 0 | 1010001 | 1000101 | 10000000 | 1011000 | 10000 |
Color Harmonies of #054E0F
Complementary color
Monochromatic Colors of #054E0F
Black with #054E0F
Text Example
Text Example
White with #054E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E0F; }
p { color: rgb(5,78,15); }
H1.HeaderClassName
{
color: #054E0F;
}
.AnyTagClassName
{
color: #054E0F;
}
</style>
background-color css
<style>
a { background-color: #054E0F; }
a { background-color: rgb(5,78,15); }
div.DivClassName
{
background-color: #054E0F;
}
.BgClassName
{
background-color: #054E0F;
}
</style>
border-color css
<style>
span { border-color: #054E0F; }
span { border-color: rgb(5,78,15); }
td.TdClassName
{
border-color: #054E0F;
}
.TagClassName
{
border-color: #054E0F;
}
</style>