Shades of Myrtle #04410A
Tints of Myrtle #04410A
RGB
CMYK
RGB Variations
Color information
#04410A (or 0x04410A) is known color: Myrtle. HEX triplet: 04, 41 and 0A. RGB value is (4,65,10). Sum of RGB (Red+Green+Blue) = 4+65+10=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 65 (25.78% from 255 or 82.28% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 65 - color contains mainly: green. Hex color #04410A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04410A is #FBBEF5. Grayscale: #282828. Windows color (decimal): -16498422 or 672004. OLE color: 672004.
HSL color Cylindrical-coordinate representation of color #04410A: hue angle of 125.9º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04410A is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 65 | 10 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.75 |
| HSL | 125.9º | 0.88% | 0.14% | - |
| HSV(B) | 125.9º | 0.94% | 0.25% | - |
| XYZ | 2 | 3.83 | 0.92 | - |
| YUV | 40.49 | 110.79 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 10 | 0.94 | 0 | 0.85 | 0.75 | 125.9 | 0.88 | 0.14 |
| Hex | 4 | 41 | A | 5E | 0 | 55 | 4B | 7E | 58 | E |
| Octal | 4 | 101 | 12 | 136 | 0 | 125 | 113 | 176 | 130 | 16 |
| Binary | 100 | 1000001 | 1010 | 1011110 | 0 | 1010101 | 1001011 | 1111110 | 1011000 | 1110 |
Color Harmonies of #04410A
Complementary color
Monochromatic Colors of #04410A
Black with #04410A
Text Example
Text Example
White with #04410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04410A; }
p { color: rgb(4,65,10); }
H1.HeaderClassName
{
color: #04410A;
}
.AnyTagClassName
{
color: #04410A;
}
</style>
background-color css
<style>
a { background-color: #04410A; }
a { background-color: rgb(4,65,10); }
div.DivClassName
{
background-color: #04410A;
}
.BgClassName
{
background-color: #04410A;
}
</style>
border-color css
<style>
span { border-color: #04410A; }
span { border-color: rgb(4,65,10); }
td.TdClassName
{
border-color: #04410A;
}
.TagClassName
{
border-color: #04410A;
}
</style>