Shades of Myrtle #003205
Tints of Myrtle #003205
RGB
CMYK
RGB Variations
Color information
#003205 (or 0x003205) is known color: Myrtle. HEX triplet: 00, 32 and 05. RGB value is (0,50,5). Sum of RGB (Red+Green+Blue) = 0+50+5=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 50 (19.92% from 255 or 90.91% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 50 - color contains mainly: green. Hex color #003205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003205 is #FFCDFA. Grayscale: #1E1E1E. Windows color (decimal): -16764411 or 340480. OLE color: 340480.
HSL color Cylindrical-coordinate representation of color #003205: hue angle of 126º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003205 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 50 | 5 | - |
| CMYK | 1 | 0 | 0.90 | 0.80 |
| HSL | 126º | 1% | 0.1% | - |
| HSV(B) | 126º | 1% | 0.2% | - |
| XYZ | 1.17 | 2.29 | 0.52 | - |
| YUV | 29.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 5 | 1 | 0 | 0.90 | 0.80 | 126 | 1 | 0.1 |
| Hex | 0 | 32 | 5 | 64 | 0 | 5A | 50 | 7E | 64 | A |
| Octal | 0 | 62 | 5 | 144 | 0 | 132 | 120 | 176 | 144 | 12 |
| Binary | 0 | 110010 | 101 | 1100100 | 0 | 1011010 | 1010000 | 1111110 | 1100100 | 1010 |
Color Harmonies of #003205
Complementary color
Monochromatic Colors of #003205
Black with #003205
Text Example
Text Example
White with #003205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003205; }
p { color: rgb(0,50,5); }
H1.HeaderClassName
{
color: #003205;
}
.AnyTagClassName
{
color: #003205;
}
</style>
background-color css
<style>
a { background-color: #003205; }
a { background-color: rgb(0,50,5); }
div.DivClassName
{
background-color: #003205;
}
.BgClassName
{
background-color: #003205;
}
</style>
border-color css
<style>
span { border-color: #003205; }
span { border-color: rgb(0,50,5); }
td.TdClassName
{
border-color: #003205;
}
.TagClassName
{
border-color: #003205;
}
</style>