Shades of Myrtle #05410B
Tints of Myrtle #05410B
RGB
CMYK
RGB Variations
Color information
#05410B (or 0x05410B) is known color: Myrtle. HEX triplet: 05, 41 and 0B. RGB value is (5,65,11). Sum of RGB (Red+Green+Blue) = 5+65+11=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 65 (25.78% from 255 or 80.25% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 65 - color contains mainly: green. Hex color #05410B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05410B is #FABEF4. Grayscale: #292929. Windows color (decimal): -16432885 or 737541. OLE color: 737541.
HSL color Cylindrical-coordinate representation of color #05410B: hue angle of 126º 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 #05410B is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 65 | 11 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.75 |
| HSL | 126º | 0.86% | 0.14% | - |
| HSV(B) | 126º | 0.92% | 0.25% | - |
| XYZ | 2.01 | 3.84 | 0.95 | - |
| YUV | 40.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 11 | 0.92 | 0 | 0.83 | 0.75 | 126 | 0.86 | 0.14 |
| Hex | 5 | 41 | B | 5C | 0 | 53 | 4B | 7E | 56 | E |
| Octal | 5 | 101 | 13 | 134 | 0 | 123 | 113 | 176 | 126 | 16 |
| Binary | 101 | 1000001 | 1011 | 1011100 | 0 | 1010011 | 1001011 | 1111110 | 1010110 | 1110 |
Color Harmonies of #05410B
Complementary color
Monochromatic Colors of #05410B
Black with #05410B
Text Example
Text Example
White with #05410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05410B; }
p { color: rgb(5,65,11); }
H1.HeaderClassName
{
color: #05410B;
}
.AnyTagClassName
{
color: #05410B;
}
</style>
background-color css
<style>
a { background-color: #05410B; }
a { background-color: rgb(5,65,11); }
div.DivClassName
{
background-color: #05410B;
}
.BgClassName
{
background-color: #05410B;
}
</style>
border-color css
<style>
span { border-color: #05410B; }
span { border-color: rgb(5,65,11); }
td.TdClassName
{
border-color: #05410B;
}
.TagClassName
{
border-color: #05410B;
}
</style>