Shades of Myrtle #054C0C
Tints of Myrtle #054C0C
RGB
CMYK
RGB Variations
Color information
#054C0C (or 0x054C0C) is known color: Myrtle. HEX triplet: 05, 4C and 0C. RGB value is (5,76,12). Sum of RGB (Red+Green+Blue) = 5+76+12=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 76 (30.08% from 255 or 81.72% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 76 - color contains mainly: green. Hex color #054C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054C0C is #FAB3F3. Grayscale: #2F2F2F. Windows color (decimal): -16430068 or 805893. OLE color: 805893.
HSL color Cylindrical-coordinate representation of color #054C0C: hue angle of 125.92º 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 #054C0C is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 76 | 12 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.70 |
| HSL | 125.92º | 0.88% | 0.16% | - |
| HSV(B) | 125.92º | 0.93% | 0.3% | - |
| XYZ | 2.71 | 5.23 | 1.21 | - |
| YUV | 47.48 | 107.98 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 12 | 0.93 | 0 | 0.84 | 0.70 | 125.92 | 0.88 | 0.16 |
| Hex | 5 | 4C | C | 5D | 0 | 54 | 46 | 7E | 58 | 10 |
| Octal | 5 | 114 | 14 | 135 | 0 | 124 | 106 | 176 | 130 | 20 |
| Binary | 101 | 1001100 | 1100 | 1011101 | 0 | 1010100 | 1000110 | 1111110 | 1011000 | 10000 |
Color Harmonies of #054C0C
Complementary color
Monochromatic Colors of #054C0C
Black with #054C0C
Text Example
Text Example
White with #054C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C0C; }
p { color: rgb(5,76,12); }
H1.HeaderClassName
{
color: #054C0C;
}
.AnyTagClassName
{
color: #054C0C;
}
</style>
background-color css
<style>
a { background-color: #054C0C; }
a { background-color: rgb(5,76,12); }
div.DivClassName
{
background-color: #054C0C;
}
.BgClassName
{
background-color: #054C0C;
}
</style>
border-color css
<style>
span { border-color: #054C0C; }
span { border-color: rgb(5,76,12); }
td.TdClassName
{
border-color: #054C0C;
}
.TagClassName
{
border-color: #054C0C;
}
</style>