Shades of Myrtle #05400C
Tints of Myrtle #05400C
RGB
CMYK
RGB Variations
Color information
#05400C (or 0x05400C) is known color: Myrtle. HEX triplet: 05, 40 and 0C. RGB value is (5,64,12). Sum of RGB (Red+Green+Blue) = 5+64+12=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 64 (25.39% from 255 or 79.01% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 64 - color contains mainly: green. Hex color #05400C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05400C is #FABFF3. Grayscale: #282828. Windows color (decimal): -16433140 or 802821. OLE color: 802821.
HSL color Cylindrical-coordinate representation of color #05400C: hue angle of 127.12º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05400C is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 64 | 12 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.75 |
| HSL | 127.12º | 0.86% | 0.14% | - |
| HSV(B) | 127.12º | 0.92% | 0.25% | - |
| XYZ | 1.96 | 3.73 | 0.96 | - |
| YUV | 40.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 12 | 0.92 | 0 | 0.81 | 0.75 | 127.12 | 0.86 | 0.14 |
| Hex | 5 | 40 | C | 5C | 0 | 51 | 4B | 7F | 56 | E |
| Octal | 5 | 100 | 14 | 134 | 0 | 121 | 113 | 177 | 126 | 16 |
| Binary | 101 | 1000000 | 1100 | 1011100 | 0 | 1010001 | 1001011 | 1111111 | 1010110 | 1110 |
Color Harmonies of #05400C
Complementary color
Monochromatic Colors of #05400C
Black with #05400C
Text Example
Text Example
White with #05400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05400C; }
p { color: rgb(5,64,12); }
H1.HeaderClassName
{
color: #05400C;
}
.AnyTagClassName
{
color: #05400C;
}
</style>
background-color css
<style>
a { background-color: #05400C; }
a { background-color: rgb(5,64,12); }
div.DivClassName
{
background-color: #05400C;
}
.BgClassName
{
background-color: #05400C;
}
</style>
border-color css
<style>
span { border-color: #05400C; }
span { border-color: rgb(5,64,12); }
td.TdClassName
{
border-color: #05400C;
}
.TagClassName
{
border-color: #05400C;
}
</style>