Shades of Myrtle #04410C
Tints of Myrtle #04410C
RGB
CMYK
RGB Variations
Color information
#04410C (or 0x04410C) is known color: Myrtle. HEX triplet: 04, 41 and 0C. RGB value is (4,65,12). Sum of RGB (Red+Green+Blue) = 4+65+12=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 65 (25.78% from 255 or 80.25% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 65 - color contains mainly: green. Hex color #04410C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04410C is #FBBEF3. Grayscale: #282828. Windows color (decimal): -16498420 or 803076. OLE color: 803076.
HSL color Cylindrical-coordinate representation of color #04410C: hue angle of 127.87º 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 #04410C is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 65 | 12 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.75 |
| HSL | 127.87º | 0.88% | 0.14% | - |
| HSV(B) | 127.87º | 0.94% | 0.25% | - |
| XYZ | 2.01 | 3.83 | 0.98 | - |
| YUV | 40.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 12 | 0.94 | 0 | 0.82 | 0.75 | 127.87 | 0.88 | 0.14 |
| Hex | 4 | 41 | C | 5E | 0 | 52 | 4B | 80 | 58 | E |
| Octal | 4 | 101 | 14 | 136 | 0 | 122 | 113 | 200 | 130 | 16 |
| Binary | 100 | 1000001 | 1100 | 1011110 | 0 | 1010010 | 1001011 | 10000000 | 1011000 | 1110 |
Color Harmonies of #04410C
Complementary color
Monochromatic Colors of #04410C
Black with #04410C
Text Example
Text Example
White with #04410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04410C; }
p { color: rgb(4,65,12); }
H1.HeaderClassName
{
color: #04410C;
}
.AnyTagClassName
{
color: #04410C;
}
</style>
background-color css
<style>
a { background-color: #04410C; }
a { background-color: rgb(4,65,12); }
div.DivClassName
{
background-color: #04410C;
}
.BgClassName
{
background-color: #04410C;
}
</style>
border-color css
<style>
span { border-color: #04410C; }
span { border-color: rgb(4,65,12); }
td.TdClassName
{
border-color: #04410C;
}
.TagClassName
{
border-color: #04410C;
}
</style>