Shades of Myrtle #032503
Tints of Myrtle #032503
RGB
CMYK
RGB Variations
Color information
#032503 (or 0x032503) is known color: Myrtle. HEX triplet: 03, 25 and 03. RGB value is (3,37,3). Sum of RGB (Red+Green+Blue) = 3+37+3=43 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.98% from 43); Green value is 37 (14.84% from 255 or 86.05% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 37 - color contains mainly: green. Hex color #032503 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032503 is #FCDAFC. Grayscale: #171717. Windows color (decimal): -16571133 or 206083. OLE color: 206083.
HSL color Cylindrical-coordinate representation of color #032503: hue angle of 120º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #032503 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 37 | 3 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.85 |
| HSL | 120º | 0.85% | 0.08% | - |
| HSV(B) | 120º | 0.92% | 0.15% | - |
| XYZ | 0.72 | 1.35 | 0.31 | - |
| YUV | 22.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 37 | 3 | 0.92 | 0 | 0.92 | 0.85 | 120 | 0.85 | 0.08 |
| Hex | 3 | 25 | 3 | 5C | 0 | 5C | 55 | 78 | 55 | 8 |
| Octal | 3 | 45 | 3 | 134 | 0 | 134 | 125 | 170 | 125 | 10 |
| Binary | 11 | 100101 | 11 | 1011100 | 0 | 1011100 | 1010101 | 1111000 | 1010101 | 1000 |
Color Harmonies of #032503
Complementary color
Monochromatic Colors of #032503
Black with #032503
Text Example
Text Example
White with #032503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032503; }
p { color: rgb(3,37,3); }
H1.HeaderClassName
{
color: #032503;
}
.AnyTagClassName
{
color: #032503;
}
</style>
background-color css
<style>
a { background-color: #032503; }
a { background-color: rgb(3,37,3); }
div.DivClassName
{
background-color: #032503;
}
.BgClassName
{
background-color: #032503;
}
</style>
border-color css
<style>
span { border-color: #032503; }
span { border-color: rgb(3,37,3); }
td.TdClassName
{
border-color: #032503;
}
.TagClassName
{
border-color: #032503;
}
</style>