Shades of Myrtle #05440B
Tints of Myrtle #05440B
RGB
CMYK
RGB Variations
Color information
#05440B (or 0x05440B) is known color: Myrtle. HEX triplet: 05, 44 and 0B. RGB value is (5,68,11). Sum of RGB (Red+Green+Blue) = 5+68+11=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 68 (26.95% from 255 or 80.95% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 68 - color contains mainly: green. Hex color #05440B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05440B is #FABBF4. Grayscale: #2A2A2A. Windows color (decimal): -16432117 or 738309. OLE color: 738309.
HSL color Cylindrical-coordinate representation of color #05440B: hue angle of 125.71º 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 #05440B is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 68 | 11 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.73 |
| HSL | 125.71º | 0.86% | 0.14% | - |
| HSV(B) | 125.71º | 0.93% | 0.27% | - |
| XYZ | 2.19 | 4.19 | 1.01 | - |
| YUV | 42.67 | 110.13 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 11 | 0.93 | 0 | 0.84 | 0.73 | 125.71 | 0.86 | 0.14 |
| Hex | 5 | 44 | B | 5D | 0 | 54 | 49 | 7E | 56 | E |
| Octal | 5 | 104 | 13 | 135 | 0 | 124 | 111 | 176 | 126 | 16 |
| Binary | 101 | 1000100 | 1011 | 1011101 | 0 | 1010100 | 1001001 | 1111110 | 1010110 | 1110 |
Color Harmonies of #05440B
Complementary color
Monochromatic Colors of #05440B
Black with #05440B
Text Example
Text Example
White with #05440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05440B; }
p { color: rgb(5,68,11); }
H1.HeaderClassName
{
color: #05440B;
}
.AnyTagClassName
{
color: #05440B;
}
</style>
background-color css
<style>
a { background-color: #05440B; }
a { background-color: rgb(5,68,11); }
div.DivClassName
{
background-color: #05440B;
}
.BgClassName
{
background-color: #05440B;
}
</style>
border-color css
<style>
span { border-color: #05440B; }
span { border-color: rgb(5,68,11); }
td.TdClassName
{
border-color: #05440B;
}
.TagClassName
{
border-color: #05440B;
}
</style>