Shades of Myrtle #033204
Tints of Myrtle #033204
RGB
CMYK
RGB Variations
Color information
#033204 (or 0x033204) is known color: Myrtle. HEX triplet: 03, 32 and 04. RGB value is (3,50,4). Sum of RGB (Red+Green+Blue) = 3+50+4=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 50 (19.92% from 255 or 87.72% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 50 - color contains mainly: green. Hex color #033204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033204 is #FCCDFB. Grayscale: #1E1E1E. Windows color (decimal): -16567804 or 274947. OLE color: 274947.
HSL color Cylindrical-coordinate representation of color #033204: hue angle of 121.28º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033204 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 50 | 4 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.80 |
| HSL | 121.28º | 0.89% | 0.1% | - |
| HSV(B) | 121.28º | 0.94% | 0.2% | - |
| XYZ | 1.2 | 2.31 | 0.5 | - |
| YUV | 30.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 4 | 0.94 | 0 | 0.92 | 0.80 | 121.28 | 0.89 | 0.1 |
| Hex | 3 | 32 | 4 | 5E | 0 | 5C | 50 | 79 | 59 | A |
| Octal | 3 | 62 | 4 | 136 | 0 | 134 | 120 | 171 | 131 | 12 |
| Binary | 11 | 110010 | 100 | 1011110 | 0 | 1011100 | 1010000 | 1111001 | 1011001 | 1010 |
Color Harmonies of #033204
Complementary color
Monochromatic Colors of #033204
Black with #033204
Text Example
Text Example
White with #033204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033204; }
p { color: rgb(3,50,4); }
H1.HeaderClassName
{
color: #033204;
}
.AnyTagClassName
{
color: #033204;
}
</style>
background-color css
<style>
a { background-color: #033204; }
a { background-color: rgb(3,50,4); }
div.DivClassName
{
background-color: #033204;
}
.BgClassName
{
background-color: #033204;
}
</style>
border-color css
<style>
span { border-color: #033204; }
span { border-color: rgb(3,50,4); }
td.TdClassName
{
border-color: #033204;
}
.TagClassName
{
border-color: #033204;
}
</style>