Shades of Myrtle #05410C
Tints of Myrtle #05410C
RGB
CMYK
RGB Variations
Color information
#05410C (or 0x05410C) is known color: Myrtle. HEX triplet: 05, 41 and 0C. RGB value is (5,65,12). Sum of RGB (Red+Green+Blue) = 5+65+12=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 65 (25.78% from 255 or 79.27% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 65 - color contains mainly: green. Hex color #05410C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05410C is #FABEF3. Grayscale: #292929. Windows color (decimal): -16432884 or 803077. OLE color: 803077.
HSL color Cylindrical-coordinate representation of color #05410C: hue angle of 127º 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 #05410C is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 65 | 12 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.75 |
| HSL | 127º | 0.86% | 0.14% | - |
| HSV(B) | 127º | 0.92% | 0.25% | - |
| XYZ | 2.02 | 3.84 | 0.98 | - |
| YUV | 41.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 12 | 0.92 | 0 | 0.82 | 0.75 | 127 | 0.86 | 0.14 |
| Hex | 5 | 41 | C | 5C | 0 | 52 | 4B | 7F | 56 | E |
| Octal | 5 | 101 | 14 | 134 | 0 | 122 | 113 | 177 | 126 | 16 |
| Binary | 101 | 1000001 | 1100 | 1011100 | 0 | 1010010 | 1001011 | 1111111 | 1010110 | 1110 |
Color Harmonies of #05410C
Complementary color
Monochromatic Colors of #05410C
Black with #05410C
Text Example
Text Example
White with #05410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05410C; }
p { color: rgb(5,65,12); }
H1.HeaderClassName
{
color: #05410C;
}
.AnyTagClassName
{
color: #05410C;
}
</style>
background-color css
<style>
a { background-color: #05410C; }
a { background-color: rgb(5,65,12); }
div.DivClassName
{
background-color: #05410C;
}
.BgClassName
{
background-color: #05410C;
}
</style>
border-color css
<style>
span { border-color: #05410C; }
span { border-color: rgb(5,65,12); }
td.TdClassName
{
border-color: #05410C;
}
.TagClassName
{
border-color: #05410C;
}
</style>