Shades of Myrtle #041800
Tints of Myrtle #041800
RGB
CMYK
RGB Variations
Color information
#041800 (or 0x041800) is known color: Myrtle. HEX triplet: 04, 18 and 00. RGB value is (4,24,0). Sum of RGB (Red+Green+Blue) = 4+24+0=28 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.29% from 28); Green value is 24 (9.77% from 255 or 85.71% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 24 - color contains mainly: green. Hex color #041800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041800 is #FBE7FF. Grayscale: #0F0F0F. Windows color (decimal): -16508928 or 6148. OLE color: 6148.
HSL color Cylindrical-coordinate representation of color #041800: hue angle of 110º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #041800 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 4 | 24 | 0 | - |
| CMYK | 0.83 | 0 | 1 | 0.91 |
| HSL | 110º | 1% | 0.05% | - |
| HSV(B) | 110º | 1% | 0.09% | - |
| XYZ | 0.38 | 0.68 | 0.11 | - |
| YUV | 15.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 24 | 0 | 0.83 | 0 | 1 | 0.91 | 110 | 1 | 0.05 |
| Hex | 4 | 18 | 0 | 53 | 0 | 64 | 5B | 6E | 64 | 5 |
| Octal | 4 | 30 | 0 | 123 | 0 | 144 | 133 | 156 | 144 | 5 |
| Binary | 100 | 11000 | 0 | 1010011 | 0 | 1100100 | 1011011 | 1101110 | 1100100 | 101 |
Color Harmonies of #041800
Complementary color
Monochromatic Colors of #041800
Black with #041800
Text Example
Text Example
White with #041800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041800; }
p { color: rgb(4,24,0); }
H1.HeaderClassName
{
color: #041800;
}
.AnyTagClassName
{
color: #041800;
}
</style>
background-color css
<style>
a { background-color: #041800; }
a { background-color: rgb(4,24,0); }
div.DivClassName
{
background-color: #041800;
}
.BgClassName
{
background-color: #041800;
}
</style>
border-color css
<style>
span { border-color: #041800; }
span { border-color: rgb(4,24,0); }
td.TdClassName
{
border-color: #041800;
}
.TagClassName
{
border-color: #041800;
}
</style>