Shades of Myrtle #033400
Tints of Myrtle #033400
RGB
CMYK
RGB Variations
Color information
#033400 (or 0x033400) is known color: Myrtle. HEX triplet: 03, 34 and 00. RGB value is (3,52,0). Sum of RGB (Red+Green+Blue) = 3+52+0=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 52 (20.70% from 255 or 94.55% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 52 - color contains mainly: green. Hex color #033400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033400 is #FCCBFF. Grayscale: #1F1F1F. Windows color (decimal): -16567296 or 13315. OLE color: 13315.
HSL color Cylindrical-coordinate representation of color #033400: hue angle of 116.54º 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 #033400 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 52 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.80 |
| HSL | 116.54º | 1% | 0.1% | - |
| HSV(B) | 116.54º | 1% | 0.2% | - |
| XYZ | 1.27 | 2.48 | 0.41 | - |
| YUV | 31.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 0 | 0.94 | 0 | 1 | 0.80 | 116.54 | 1 | 0.1 |
| Hex | 3 | 34 | 0 | 5E | 0 | 64 | 50 | 75 | 64 | A |
| Octal | 3 | 64 | 0 | 136 | 0 | 144 | 120 | 165 | 144 | 12 |
| Binary | 11 | 110100 | 0 | 1011110 | 0 | 1100100 | 1010000 | 1110101 | 1100100 | 1010 |
Color Harmonies of #033400
Complementary color
Monochromatic Colors of #033400
Black with #033400
Text Example
Text Example
White with #033400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033400; }
p { color: rgb(3,52,0); }
H1.HeaderClassName
{
color: #033400;
}
.AnyTagClassName
{
color: #033400;
}
</style>
background-color css
<style>
a { background-color: #033400; }
a { background-color: rgb(3,52,0); }
div.DivClassName
{
background-color: #033400;
}
.BgClassName
{
background-color: #033400;
}
</style>
border-color css
<style>
span { border-color: #033400; }
span { border-color: rgb(3,52,0); }
td.TdClassName
{
border-color: #033400;
}
.TagClassName
{
border-color: #033400;
}
</style>