Shades of Myrtle #07410D
Tints of Myrtle #07410D
RGB
CMYK
RGB Variations
Color information
#07410D (or 0x07410D) is known color: Myrtle. HEX triplet: 07, 41 and 0D. RGB value is (7,65,13). Sum of RGB (Red+Green+Blue) = 7+65+13=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 65 (25.78% from 255 or 76.47% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 65 - color contains mainly: green. Hex color #07410D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07410D is #F8BEF2. Grayscale: #292929. Windows color (decimal): -16301811 or 868615. OLE color: 868615.
HSL color Cylindrical-coordinate representation of color #07410D: hue angle of 126.21º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07410D is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 65 | 13 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.75 |
| HSL | 126.21º | 0.81% | 0.14% | - |
| HSV(B) | 126.21º | 0.89% | 0.25% | - |
| XYZ | 2.05 | 3.85 | 1.02 | - |
| YUV | 41.73 | 111.78 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 13 | 0.89 | 0 | 0.80 | 0.75 | 126.21 | 0.81 | 0.14 |
| Hex | 7 | 41 | D | 59 | 0 | 50 | 4B | 7E | 51 | E |
| Octal | 7 | 101 | 15 | 131 | 0 | 120 | 113 | 176 | 121 | 16 |
| Binary | 111 | 1000001 | 1101 | 1011001 | 0 | 1010000 | 1001011 | 1111110 | 1010001 | 1110 |
Color Harmonies of #07410D
Complementary color
Monochromatic Colors of #07410D
Black with #07410D
Text Example
Text Example
White with #07410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07410D; }
p { color: rgb(7,65,13); }
H1.HeaderClassName
{
color: #07410D;
}
.AnyTagClassName
{
color: #07410D;
}
</style>
background-color css
<style>
a { background-color: #07410D; }
a { background-color: rgb(7,65,13); }
div.DivClassName
{
background-color: #07410D;
}
.BgClassName
{
background-color: #07410D;
}
</style>
border-color css
<style>
span { border-color: #07410D; }
span { border-color: rgb(7,65,13); }
td.TdClassName
{
border-color: #07410D;
}
.TagClassName
{
border-color: #07410D;
}
</style>