Shades of Myrtle #05400D
Tints of Myrtle #05400D
RGB
CMYK
RGB Variations
Color information
#05400D (or 0x05400D) is known color: Myrtle. HEX triplet: 05, 40 and 0D. RGB value is (5,64,13). Sum of RGB (Red+Green+Blue) = 5+64+13=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 64 (25.39% from 255 or 78.05% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 64 - color contains mainly: green. Hex color #05400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05400D is #FABFF2. Grayscale: #282828. Windows color (decimal): -16433139 or 868357. OLE color: 868357.
HSL color Cylindrical-coordinate representation of color #05400D: hue angle of 128.14º 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 #05400D is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 64 | 13 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.75 |
| HSL | 128.14º | 0.86% | 0.14% | - |
| HSV(B) | 128.14º | 0.92% | 0.25% | - |
| XYZ | 1.97 | 3.73 | 1 | - |
| YUV | 40.55 | 112.45 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 13 | 0.92 | 0 | 0.80 | 0.75 | 128.14 | 0.86 | 0.14 |
| Hex | 5 | 40 | D | 5C | 0 | 50 | 4B | 80 | 56 | E |
| Octal | 5 | 100 | 15 | 134 | 0 | 120 | 113 | 200 | 126 | 16 |
| Binary | 101 | 1000000 | 1101 | 1011100 | 0 | 1010000 | 1001011 | 10000000 | 1010110 | 1110 |
Color Harmonies of #05400D
Complementary color
Monochromatic Colors of #05400D
Black with #05400D
Text Example
Text Example
White with #05400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05400D; }
p { color: rgb(5,64,13); }
H1.HeaderClassName
{
color: #05400D;
}
.AnyTagClassName
{
color: #05400D;
}
</style>
background-color css
<style>
a { background-color: #05400D; }
a { background-color: rgb(5,64,13); }
div.DivClassName
{
background-color: #05400D;
}
.BgClassName
{
background-color: #05400D;
}
</style>
border-color css
<style>
span { border-color: #05400D; }
span { border-color: rgb(5,64,13); }
td.TdClassName
{
border-color: #05400D;
}
.TagClassName
{
border-color: #05400D;
}
</style>