Shades of Myrtle #041500
Tints of Myrtle #041500
RGB
CMYK
RGB Variations
Color information
#041500 (or 0x041500) is known color: Myrtle. HEX triplet: 04, 15 and 00. RGB value is (4,21,0). Sum of RGB (Red+Green+Blue) = 4+21+0=25 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16% from 25); Green value is 21 (8.59% from 255 or 84% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 21 - color contains mainly: green. Hex color #041500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041500 is #FBEAFF. Grayscale: #0D0D0D. Windows color (decimal): -16509696 or 5380. OLE color: 5380.
HSL color Cylindrical-coordinate representation of color #041500: hue angle of 108.57º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #041500 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 4 | 21 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.92 |
| HSL | 108.57º | 1% | 0.04% | - |
| HSV(B) | 108.57º | 1% | 0.08% | - |
| XYZ | 0.32 | 0.56 | 0.09 | - |
| YUV | 13.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 21 | 0 | 0.81 | 0 | 1 | 0.92 | 108.57 | 1 | 0.04 |
| Hex | 4 | 15 | 0 | 51 | 0 | 64 | 5C | 6D | 64 | 4 |
| Octal | 4 | 25 | 0 | 121 | 0 | 144 | 134 | 155 | 144 | 4 |
| Binary | 100 | 10101 | 0 | 1010001 | 0 | 1100100 | 1011100 | 1101101 | 1100100 | 100 |
Color Harmonies of #041500
Complementary color
Monochromatic Colors of #041500
Black with #041500
Text Example
Text Example
White with #041500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041500; }
p { color: rgb(4,21,0); }
H1.HeaderClassName
{
color: #041500;
}
.AnyTagClassName
{
color: #041500;
}
</style>
background-color css
<style>
a { background-color: #041500; }
a { background-color: rgb(4,21,0); }
div.DivClassName
{
background-color: #041500;
}
.BgClassName
{
background-color: #041500;
}
</style>
border-color css
<style>
span { border-color: #041500; }
span { border-color: rgb(4,21,0); }
td.TdClassName
{
border-color: #041500;
}
.TagClassName
{
border-color: #041500;
}
</style>