Shades of Myrtle #033402
Tints of Myrtle #033402
RGB
CMYK
RGB Variations
Color information
#033402 (or 0x033402) is known color: Myrtle. HEX triplet: 03, 34 and 02. RGB value is (3,52,2). Sum of RGB (Red+Green+Blue) = 3+52+2=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 52 (20.70% from 255 or 91.23% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 52 - color contains mainly: green. Hex color #033402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033402 is #FCCBFD. Grayscale: #1F1F1F. Windows color (decimal): -16567294 or 144387. OLE color: 144387.
HSL color Cylindrical-coordinate representation of color #033402: hue angle of 118.8º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033402 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 52 | 2 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.80 |
| HSL | 118.8º | 0.93% | 0.11% | - |
| HSV(B) | 118.8º | 0.96% | 0.2% | - |
| XYZ | 1.28 | 2.48 | 0.47 | - |
| YUV | 31.65 | 111.27 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 2 | 0.94 | 0 | 0.96 | 0.80 | 118.8 | 0.93 | 0.11 |
| Hex | 3 | 34 | 2 | 5E | 0 | 60 | 50 | 77 | 5D | B |
| Octal | 3 | 64 | 2 | 136 | 0 | 140 | 120 | 167 | 135 | 13 |
| Binary | 11 | 110100 | 10 | 1011110 | 0 | 1100000 | 1010000 | 1110111 | 1011101 | 1011 |
Color Harmonies of #033402
Complementary color
Monochromatic Colors of #033402
Black with #033402
Text Example
Text Example
White with #033402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033402; }
p { color: rgb(3,52,2); }
H1.HeaderClassName
{
color: #033402;
}
.AnyTagClassName
{
color: #033402;
}
</style>
background-color css
<style>
a { background-color: #033402; }
a { background-color: rgb(3,52,2); }
div.DivClassName
{
background-color: #033402;
}
.BgClassName
{
background-color: #033402;
}
</style>
border-color css
<style>
span { border-color: #033402; }
span { border-color: rgb(3,52,2); }
td.TdClassName
{
border-color: #033402;
}
.TagClassName
{
border-color: #033402;
}
</style>