Shades of Myrtle #032D05
Tints of Myrtle #032D05
RGB
CMYK
RGB Variations
Color information
#032D05 (or 0x032D05) is known color: Myrtle. HEX triplet: 03, 2D and 05. RGB value is (3,45,5). Sum of RGB (Red+Green+Blue) = 3+45+5=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 45 (17.97% from 255 or 84.91% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 45 - color contains mainly: green. Hex color #032D05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032D05 is #FCD2FA. Grayscale: #1B1B1B. Windows color (decimal): -16569083 or 339203. OLE color: 339203.
HSL color Cylindrical-coordinate representation of color #032D05: hue angle of 122.86º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032D05 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 45 | 5 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.82 |
| HSL | 122.86º | 0.88% | 0.09% | - |
| HSV(B) | 122.86º | 0.93% | 0.18% | - |
| XYZ | 1 | 1.91 | 0.46 | - |
| YUV | 27.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 5 | 0.93 | 0 | 0.89 | 0.82 | 122.86 | 0.88 | 0.09 |
| Hex | 3 | 2D | 5 | 5D | 0 | 59 | 52 | 7B | 58 | 9 |
| Octal | 3 | 55 | 5 | 135 | 0 | 131 | 122 | 173 | 130 | 11 |
| Binary | 11 | 101101 | 101 | 1011101 | 0 | 1011001 | 1010010 | 1111011 | 1011000 | 1001 |
Color Harmonies of #032D05
Complementary color
Monochromatic Colors of #032D05
Black with #032D05
Text Example
Text Example
White with #032D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D05; }
p { color: rgb(3,45,5); }
H1.HeaderClassName
{
color: #032D05;
}
.AnyTagClassName
{
color: #032D05;
}
</style>
background-color css
<style>
a { background-color: #032D05; }
a { background-color: rgb(3,45,5); }
div.DivClassName
{
background-color: #032D05;
}
.BgClassName
{
background-color: #032D05;
}
</style>
border-color css
<style>
span { border-color: #032D05; }
span { border-color: rgb(3,45,5); }
td.TdClassName
{
border-color: #032D05;
}
.TagClassName
{
border-color: #032D05;
}
</style>