Shades of Myrtle #042E05
Tints of Myrtle #042E05
RGB
CMYK
RGB Variations
Color information
#042E05 (or 0x042E05) is known color: Myrtle. HEX triplet: 04, 2E and 05. RGB value is (4,46,5). Sum of RGB (Red+Green+Blue) = 4+46+5=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 46 (18.36% from 255 or 83.64% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 46 - color contains mainly: green. Hex color #042E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042E05 is #FBD1FA. Grayscale: #1C1C1C. Windows color (decimal): -16503291 or 339460. OLE color: 339460.
HSL color Cylindrical-coordinate representation of color #042E05: hue angle of 121.43º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042E05 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 46 | 5 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.82 |
| HSL | 121.43º | 0.84% | 0.1% | - |
| HSV(B) | 121.43º | 0.91% | 0.18% | - |
| XYZ | 1.05 | 1.99 | 0.47 | - |
| YUV | 28.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 5 | 0.91 | 0 | 0.89 | 0.82 | 121.43 | 0.84 | 0.1 |
| Hex | 4 | 2E | 5 | 5B | 0 | 59 | 52 | 79 | 54 | A |
| Octal | 4 | 56 | 5 | 133 | 0 | 131 | 122 | 171 | 124 | 12 |
| Binary | 100 | 101110 | 101 | 1011011 | 0 | 1011001 | 1010010 | 1111001 | 1010100 | 1010 |
Color Harmonies of #042E05
Complementary color
Monochromatic Colors of #042E05
Black with #042E05
Text Example
Text Example
White with #042E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E05; }
p { color: rgb(4,46,5); }
H1.HeaderClassName
{
color: #042E05;
}
.AnyTagClassName
{
color: #042E05;
}
</style>
background-color css
<style>
a { background-color: #042E05; }
a { background-color: rgb(4,46,5); }
div.DivClassName
{
background-color: #042E05;
}
.BgClassName
{
background-color: #042E05;
}
</style>
border-color css
<style>
span { border-color: #042E05; }
span { border-color: rgb(4,46,5); }
td.TdClassName
{
border-color: #042E05;
}
.TagClassName
{
border-color: #042E05;
}
</style>