Shades of Myrtle #054C00
Tints of Myrtle #054C00
RGB
CMYK
RGB Variations
Color information
#054C00 (or 0x054C00) is known color: Myrtle. HEX triplet: 05, 4C and 00. RGB value is (5,76,0). Sum of RGB (Red+Green+Blue) = 5+76+0=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 76 (30.08% from 255 or 93.83% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 76 - color contains mainly: green. Hex color #054C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054C00 is #FAB3FF. Grayscale: #2E2E2E. Windows color (decimal): -16430080 or 19461. OLE color: 19461.
HSL color Cylindrical-coordinate representation of color #054C00: hue angle of 116.05º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #054C00 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 76 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.70 |
| HSL | 116.05º | 1% | 0.15% | - |
| HSV(B) | 116.05º | 1% | 0.3% | - |
| XYZ | 2.65 | 5.2 | 0.86 | - |
| YUV | 46.11 | 101.98 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 0 | 0.93 | 0 | 1 | 0.70 | 116.05 | 1 | 0.15 |
| Hex | 5 | 4C | 0 | 5D | 0 | 64 | 46 | 74 | 64 | F |
| Octal | 5 | 114 | 0 | 135 | 0 | 144 | 106 | 164 | 144 | 17 |
| Binary | 101 | 1001100 | 0 | 1011101 | 0 | 1100100 | 1000110 | 1110100 | 1100100 | 1111 |
Color Harmonies of #054C00
Complementary color
Monochromatic Colors of #054C00
Black with #054C00
Text Example
Text Example
White with #054C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C00; }
p { color: rgb(5,76,0); }
H1.HeaderClassName
{
color: #054C00;
}
.AnyTagClassName
{
color: #054C00;
}
</style>
background-color css
<style>
a { background-color: #054C00; }
a { background-color: rgb(5,76,0); }
div.DivClassName
{
background-color: #054C00;
}
.BgClassName
{
background-color: #054C00;
}
</style>
border-color css
<style>
span { border-color: #054C00; }
span { border-color: rgb(5,76,0); }
td.TdClassName
{
border-color: #054C00;
}
.TagClassName
{
border-color: #054C00;
}
</style>