Shades of Myrtle #032E05
Tints of Myrtle #032E05
RGB
CMYK
RGB Variations
Color information
#032E05 (or 0x032E05) is known color: Myrtle. HEX triplet: 03, 2E and 05. RGB value is (3,46,5). Sum of RGB (Red+Green+Blue) = 3+46+5=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 46 (18.36% from 255 or 85.19% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 46 - color contains mainly: green. Hex color #032E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032E05 is #FCD1FA. Grayscale: #1C1C1C. Windows color (decimal): -16568827 or 339459. OLE color: 339459.
HSL color Cylindrical-coordinate representation of color #032E05: hue angle of 122.79º 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 #032E05 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 46 | 5 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.82 |
| HSL | 122.79º | 0.88% | 0.1% | - |
| HSV(B) | 122.79º | 0.93% | 0.18% | - |
| XYZ | 1.04 | 1.98 | 0.47 | - |
| YUV | 28.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 5 | 0.93 | 0 | 0.89 | 0.82 | 122.79 | 0.88 | 0.1 |
| Hex | 3 | 2E | 5 | 5D | 0 | 59 | 52 | 7B | 58 | A |
| Octal | 3 | 56 | 5 | 135 | 0 | 131 | 122 | 173 | 130 | 12 |
| Binary | 11 | 101110 | 101 | 1011101 | 0 | 1011001 | 1010010 | 1111011 | 1011000 | 1010 |
Color Harmonies of #032E05
Complementary color
Monochromatic Colors of #032E05
Black with #032E05
Text Example
Text Example
White with #032E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E05; }
p { color: rgb(3,46,5); }
H1.HeaderClassName
{
color: #032E05;
}
.AnyTagClassName
{
color: #032E05;
}
</style>
background-color css
<style>
a { background-color: #032E05; }
a { background-color: rgb(3,46,5); }
div.DivClassName
{
background-color: #032E05;
}
.BgClassName
{
background-color: #032E05;
}
</style>
border-color css
<style>
span { border-color: #032E05; }
span { border-color: rgb(3,46,5); }
td.TdClassName
{
border-color: #032E05;
}
.TagClassName
{
border-color: #032E05;
}
</style>