Shades of Myrtle #05410A
Tints of Myrtle #05410A
RGB
CMYK
RGB Variations
Color information
#05410A (or 0x05410A) is known color: Myrtle. HEX triplet: 05, 41 and 0A. RGB value is (5,65,10). Sum of RGB (Red+Green+Blue) = 5+65+10=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 65 (25.78% from 255 or 81.25% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 65 - color contains mainly: green. Hex color #05410A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05410A is #FABEF5. Grayscale: #282828. Windows color (decimal): -16432886 or 672005. OLE color: 672005.
HSL color Cylindrical-coordinate representation of color #05410A: hue angle of 125º 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 #05410A is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 65 | 10 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.75 |
| HSL | 125º | 0.86% | 0.14% | - |
| HSV(B) | 125º | 0.92% | 0.25% | - |
| XYZ | 2.01 | 3.83 | 0.92 | - |
| YUV | 40.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 10 | 0.92 | 0 | 0.85 | 0.75 | 125 | 0.86 | 0.14 |
| Hex | 5 | 41 | A | 5C | 0 | 55 | 4B | 7D | 56 | E |
| Octal | 5 | 101 | 12 | 134 | 0 | 125 | 113 | 175 | 126 | 16 |
| Binary | 101 | 1000001 | 1010 | 1011100 | 0 | 1010101 | 1001011 | 1111101 | 1010110 | 1110 |
Color Harmonies of #05410A
Complementary color
Monochromatic Colors of #05410A
Black with #05410A
Text Example
Text Example
White with #05410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05410A; }
p { color: rgb(5,65,10); }
H1.HeaderClassName
{
color: #05410A;
}
.AnyTagClassName
{
color: #05410A;
}
</style>
background-color css
<style>
a { background-color: #05410A; }
a { background-color: rgb(5,65,10); }
div.DivClassName
{
background-color: #05410A;
}
.BgClassName
{
background-color: #05410A;
}
</style>
border-color css
<style>
span { border-color: #05410A; }
span { border-color: rgb(5,65,10); }
td.TdClassName
{
border-color: #05410A;
}
.TagClassName
{
border-color: #05410A;
}
</style>