Shades of Myrtle #05440C
Tints of Myrtle #05440C
RGB
CMYK
RGB Variations
Color information
#05440C (or 0x05440C) is known color: Myrtle. HEX triplet: 05, 44 and 0C. RGB value is (5,68,12). Sum of RGB (Red+Green+Blue) = 5+68+12=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 68 (26.95% from 255 or 80% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 68 - color contains mainly: green. Hex color #05440C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05440C is #FABBF3. Grayscale: #2A2A2A. Windows color (decimal): -16432116 or 803845. OLE color: 803845.
HSL color Cylindrical-coordinate representation of color #05440C: hue angle of 126.67º 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 #05440C is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 68 | 12 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.73 |
| HSL | 126.67º | 0.86% | 0.14% | - |
| HSV(B) | 126.67º | 0.93% | 0.27% | - |
| XYZ | 2.2 | 4.19 | 1.04 | - |
| YUV | 42.78 | 110.63 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 12 | 0.93 | 0 | 0.82 | 0.73 | 126.67 | 0.86 | 0.14 |
| Hex | 5 | 44 | C | 5D | 0 | 52 | 49 | 7F | 56 | E |
| Octal | 5 | 104 | 14 | 135 | 0 | 122 | 111 | 177 | 126 | 16 |
| Binary | 101 | 1000100 | 1100 | 1011101 | 0 | 1010010 | 1001001 | 1111111 | 1010110 | 1110 |
Color Harmonies of #05440C
Complementary color
Monochromatic Colors of #05440C
Black with #05440C
Text Example
Text Example
White with #05440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05440C; }
p { color: rgb(5,68,12); }
H1.HeaderClassName
{
color: #05440C;
}
.AnyTagClassName
{
color: #05440C;
}
</style>
background-color css
<style>
a { background-color: #05440C; }
a { background-color: rgb(5,68,12); }
div.DivClassName
{
background-color: #05440C;
}
.BgClassName
{
background-color: #05440C;
}
</style>
border-color css
<style>
span { border-color: #05440C; }
span { border-color: rgb(5,68,12); }
td.TdClassName
{
border-color: #05440C;
}
.TagClassName
{
border-color: #05440C;
}
</style>