Shades of Myrtle #054C0D
Tints of Myrtle #054C0D
RGB
CMYK
RGB Variations
Color information
#054C0D (or 0x054C0D) is known color: Myrtle. HEX triplet: 05, 4C and 0D. RGB value is (5,76,13). Sum of RGB (Red+Green+Blue) = 5+76+13=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 76 (30.08% from 255 or 80.85% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 76 - color contains mainly: green. Hex color #054C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054C0D is #FAB3F2. Grayscale: #2F2F2F. Windows color (decimal): -16430067 or 871429. OLE color: 871429.
HSL color Cylindrical-coordinate representation of color #054C0D: hue angle of 126.76º 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 #054C0D is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 76 | 13 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.70 |
| HSL | 126.76º | 0.88% | 0.16% | - |
| HSV(B) | 126.76º | 0.93% | 0.3% | - |
| XYZ | 2.72 | 5.23 | 1.25 | - |
| YUV | 47.59 | 108.48 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 13 | 0.93 | 0 | 0.83 | 0.70 | 126.76 | 0.88 | 0.16 |
| Hex | 5 | 4C | D | 5D | 0 | 53 | 46 | 7F | 58 | 10 |
| Octal | 5 | 114 | 15 | 135 | 0 | 123 | 106 | 177 | 130 | 20 |
| Binary | 101 | 1001100 | 1101 | 1011101 | 0 | 1010011 | 1000110 | 1111111 | 1011000 | 10000 |
Color Harmonies of #054C0D
Complementary color
Monochromatic Colors of #054C0D
Black with #054C0D
Text Example
Text Example
White with #054C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C0D; }
p { color: rgb(5,76,13); }
H1.HeaderClassName
{
color: #054C0D;
}
.AnyTagClassName
{
color: #054C0D;
}
</style>
background-color css
<style>
a { background-color: #054C0D; }
a { background-color: rgb(5,76,13); }
div.DivClassName
{
background-color: #054C0D;
}
.BgClassName
{
background-color: #054C0D;
}
</style>
border-color css
<style>
span { border-color: #054C0D; }
span { border-color: rgb(5,76,13); }
td.TdClassName
{
border-color: #054C0D;
}
.TagClassName
{
border-color: #054C0D;
}
</style>