Shades of Myrtle #054B0C
Tints of Myrtle #054B0C
RGB
CMYK
RGB Variations
Color information
#054B0C (or 0x054B0C) is known color: Myrtle. HEX triplet: 05, 4B and 0C. RGB value is (5,75,12). Sum of RGB (Red+Green+Blue) = 5+75+12=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 75 (29.69% from 255 or 81.52% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 75 - color contains mainly: green. Hex color #054B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054B0C is #FAB4F3. Grayscale: #2F2F2F. Windows color (decimal): -16430324 or 805637. OLE color: 805637.
HSL color Cylindrical-coordinate representation of color #054B0C: hue angle of 126º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B0C is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 75 | 12 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.71 |
| HSL | 126º | 0.88% | 0.16% | - |
| HSV(B) | 126º | 0.93% | 0.29% | - |
| XYZ | 2.65 | 5.09 | 1.19 | - |
| YUV | 46.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 12 | 0.93 | 0 | 0.84 | 0.71 | 126 | 0.88 | 0.16 |
| Hex | 5 | 4B | C | 5D | 0 | 54 | 47 | 7E | 58 | 10 |
| Octal | 5 | 113 | 14 | 135 | 0 | 124 | 107 | 176 | 130 | 20 |
| Binary | 101 | 1001011 | 1100 | 1011101 | 0 | 1010100 | 1000111 | 1111110 | 1011000 | 10000 |
Color Harmonies of #054B0C
Complementary color
Monochromatic Colors of #054B0C
Black with #054B0C
Text Example
Text Example
White with #054B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B0C; }
p { color: rgb(5,75,12); }
H1.HeaderClassName
{
color: #054B0C;
}
.AnyTagClassName
{
color: #054B0C;
}
</style>
background-color css
<style>
a { background-color: #054B0C; }
a { background-color: rgb(5,75,12); }
div.DivClassName
{
background-color: #054B0C;
}
.BgClassName
{
background-color: #054B0C;
}
</style>
border-color css
<style>
span { border-color: #054B0C; }
span { border-color: rgb(5,75,12); }
td.TdClassName
{
border-color: #054B0C;
}
.TagClassName
{
border-color: #054B0C;
}
</style>