Shades of Myrtle #05440D
Tints of Myrtle #05440D
RGB
CMYK
RGB Variations
Color information
#05440D (or 0x05440D) is known color: Myrtle. HEX triplet: 05, 44 and 0D. RGB value is (5,68,13). Sum of RGB (Red+Green+Blue) = 5+68+13=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 68 (26.95% from 255 or 79.07% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 68 - color contains mainly: green. Hex color #05440D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05440D is #FABBF2. Grayscale: #2B2B2B. Windows color (decimal): -16432115 or 869381. OLE color: 869381.
HSL color Cylindrical-coordinate representation of color #05440D: hue angle of 127.62º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05440D is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 68 | 13 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.73 |
| HSL | 127.62º | 0.86% | 0.14% | - |
| HSV(B) | 127.62º | 0.93% | 0.27% | - |
| XYZ | 2.2 | 4.2 | 1.07 | - |
| YUV | 42.89 | 111.13 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 13 | 0.93 | 0 | 0.81 | 0.73 | 127.62 | 0.86 | 0.14 |
| Hex | 5 | 44 | D | 5D | 0 | 51 | 49 | 80 | 56 | E |
| Octal | 5 | 104 | 15 | 135 | 0 | 121 | 111 | 200 | 126 | 16 |
| Binary | 101 | 1000100 | 1101 | 1011101 | 0 | 1010001 | 1001001 | 10000000 | 1010110 | 1110 |
Color Harmonies of #05440D
Complementary color
Monochromatic Colors of #05440D
Black with #05440D
Text Example
Text Example
White with #05440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05440D; }
p { color: rgb(5,68,13); }
H1.HeaderClassName
{
color: #05440D;
}
.AnyTagClassName
{
color: #05440D;
}
</style>
background-color css
<style>
a { background-color: #05440D; }
a { background-color: rgb(5,68,13); }
div.DivClassName
{
background-color: #05440D;
}
.BgClassName
{
background-color: #05440D;
}
</style>
border-color css
<style>
span { border-color: #05440D; }
span { border-color: rgb(5,68,13); }
td.TdClassName
{
border-color: #05440D;
}
.TagClassName
{
border-color: #05440D;
}
</style>