Shades of Myrtle #054C0F
Tints of Myrtle #054C0F
RGB
CMYK
RGB Variations
Color information
#054C0F (or 0x054C0F) is known color: Myrtle. HEX triplet: 05, 4C and 0F. RGB value is (5,76,15). Sum of RGB (Red+Green+Blue) = 5+76+15=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 76 (30.08% from 255 or 79.17% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 76 - color contains mainly: green. Hex color #054C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054C0F is #FAB3F0. Grayscale: #2F2F2F. Windows color (decimal): -16430065 or 1002501. OLE color: 1002501.
HSL color Cylindrical-coordinate representation of color #054C0F: hue angle of 128.45º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054C0F is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 76 | 15 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.70 |
| HSL | 128.45º | 0.88% | 0.16% | - |
| HSV(B) | 128.45º | 0.93% | 0.3% | - |
| XYZ | 2.73 | 5.24 | 1.32 | - |
| YUV | 47.82 | 109.48 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 15 | 0.93 | 0 | 0.80 | 0.70 | 128.45 | 0.88 | 0.16 |
| Hex | 5 | 4C | F | 5D | 0 | 50 | 46 | 80 | 58 | 10 |
| Octal | 5 | 114 | 17 | 135 | 0 | 120 | 106 | 200 | 130 | 20 |
| Binary | 101 | 1001100 | 1111 | 1011101 | 0 | 1010000 | 1000110 | 10000000 | 1011000 | 10000 |
Color Harmonies of #054C0F
Complementary color
Monochromatic Colors of #054C0F
Black with #054C0F
Text Example
Text Example
White with #054C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C0F; }
p { color: rgb(5,76,15); }
H1.HeaderClassName
{
color: #054C0F;
}
.AnyTagClassName
{
color: #054C0F;
}
</style>
background-color css
<style>
a { background-color: #054C0F; }
a { background-color: rgb(5,76,15); }
div.DivClassName
{
background-color: #054C0F;
}
.BgClassName
{
background-color: #054C0F;
}
</style>
border-color css
<style>
span { border-color: #054C0F; }
span { border-color: rgb(5,76,15); }
td.TdClassName
{
border-color: #054C0F;
}
.TagClassName
{
border-color: #054C0F;
}
</style>