Shades of Myrtle #032E04
Tints of Myrtle #032E04
RGB
CMYK
RGB Variations
Color information
#032E04 (or 0x032E04) is known color: Myrtle. HEX triplet: 03, 2E and 04. RGB value is (3,46,4). Sum of RGB (Red+Green+Blue) = 3+46+4=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 46 (18.36% from 255 or 86.79% from 53); Blue value is 4 (1.95% from 255 or 7.55% from 53); Max value from RGB is 46 - color contains mainly: green. Hex color #032E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032E04 is #FCD1FB. Grayscale: #1C1C1C. Windows color (decimal): -16568828 or 273923. OLE color: 273923.
HSL color Cylindrical-coordinate representation of color #032E04: hue angle of 121.4º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032E04 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 46 | 4 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.82 |
| HSL | 121.4º | 0.88% | 0.1% | - |
| HSV(B) | 121.4º | 0.93% | 0.18% | - |
| XYZ | 1.04 | 1.98 | 0.44 | - |
| YUV | 28.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 4 | 0.93 | 0 | 0.91 | 0.82 | 121.4 | 0.88 | 0.1 |
| Hex | 3 | 2E | 4 | 5D | 0 | 5B | 52 | 79 | 58 | A |
| Octal | 3 | 56 | 4 | 135 | 0 | 133 | 122 | 171 | 130 | 12 |
| Binary | 11 | 101110 | 100 | 1011101 | 0 | 1011011 | 1010010 | 1111001 | 1011000 | 1010 |
Color Harmonies of #032E04
Complementary color
Monochromatic Colors of #032E04
Black with #032E04
Text Example
Text Example
White with #032E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E04; }
p { color: rgb(3,46,4); }
H1.HeaderClassName
{
color: #032E04;
}
.AnyTagClassName
{
color: #032E04;
}
</style>
background-color css
<style>
a { background-color: #032E04; }
a { background-color: rgb(3,46,4); }
div.DivClassName
{
background-color: #032E04;
}
.BgClassName
{
background-color: #032E04;
}
</style>
border-color css
<style>
span { border-color: #032E04; }
span { border-color: rgb(3,46,4); }
td.TdClassName
{
border-color: #032E04;
}
.TagClassName
{
border-color: #032E04;
}
</style>