Shades of Myrtle #042600
Tints of Myrtle #042600
RGB
CMYK
RGB Variations
Color information
#042600 (or 0x042600) is known color: Myrtle. HEX triplet: 04, 26 and 00. RGB value is (4,38,0). Sum of RGB (Red+Green+Blue) = 4+38+0=42 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.52% from 42); Green value is 38 (15.23% from 255 or 90.48% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 38 - color contains mainly: green. Hex color #042600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042600 is #FBD9FF. Grayscale: #171717. Windows color (decimal): -16505344 or 9732. OLE color: 9732.
HSL color Cylindrical-coordinate representation of color #042600: hue angle of 113.68º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #042600 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 38 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.85 |
| HSL | 113.68º | 1% | 0.07% | - |
| HSV(B) | 113.68º | 1% | 0.15% | - |
| XYZ | 0.74 | 1.41 | 0.23 | - |
| YUV | 23.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 0 | 0.89 | 0 | 1 | 0.85 | 113.68 | 1 | 0.07 |
| Hex | 4 | 26 | 0 | 59 | 0 | 64 | 55 | 72 | 64 | 7 |
| Octal | 4 | 46 | 0 | 131 | 0 | 144 | 125 | 162 | 144 | 7 |
| Binary | 100 | 100110 | 0 | 1011001 | 0 | 1100100 | 1010101 | 1110010 | 1100100 | 111 |
Color Harmonies of #042600
Complementary color
Monochromatic Colors of #042600
Black with #042600
Text Example
Text Example
White with #042600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042600; }
p { color: rgb(4,38,0); }
H1.HeaderClassName
{
color: #042600;
}
.AnyTagClassName
{
color: #042600;
}
</style>
background-color css
<style>
a { background-color: #042600; }
a { background-color: rgb(4,38,0); }
div.DivClassName
{
background-color: #042600;
}
.BgClassName
{
background-color: #042600;
}
</style>
border-color css
<style>
span { border-color: #042600; }
span { border-color: rgb(4,38,0); }
td.TdClassName
{
border-color: #042600;
}
.TagClassName
{
border-color: #042600;
}
</style>