Shades of Myrtle #033507
Tints of Myrtle #033507
RGB
CMYK
RGB Variations
Color information
#033507 (or 0x033507) is known color: Myrtle. HEX triplet: 03, 35 and 07. RGB value is (3,53,7). Sum of RGB (Red+Green+Blue) = 3+53+7=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 53 (21.09% from 255 or 84.13% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 53 - color contains mainly: green. Hex color #033507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033507 is #FCCAF8. Grayscale: #202020. Windows color (decimal): -16567033 or 472323. OLE color: 472323.
HSL color Cylindrical-coordinate representation of color #033507: hue angle of 124.8º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033507 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 53 | 7 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.79 |
| HSL | 124.8º | 0.89% | 0.11% | - |
| HSV(B) | 124.8º | 0.94% | 0.21% | - |
| XYZ | 1.35 | 2.58 | 0.63 | - |
| YUV | 32.81 | 113.44 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 7 | 0.94 | 0 | 0.87 | 0.79 | 124.8 | 0.89 | 0.11 |
| Hex | 3 | 35 | 7 | 5E | 0 | 57 | 4F | 7D | 59 | B |
| Octal | 3 | 65 | 7 | 136 | 0 | 127 | 117 | 175 | 131 | 13 |
| Binary | 11 | 110101 | 111 | 1011110 | 0 | 1010111 | 1001111 | 1111101 | 1011001 | 1011 |
Color Harmonies of #033507
Complementary color
Monochromatic Colors of #033507
Black with #033507
Text Example
Text Example
White with #033507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033507; }
p { color: rgb(3,53,7); }
H1.HeaderClassName
{
color: #033507;
}
.AnyTagClassName
{
color: #033507;
}
</style>
background-color css
<style>
a { background-color: #033507; }
a { background-color: rgb(3,53,7); }
div.DivClassName
{
background-color: #033507;
}
.BgClassName
{
background-color: #033507;
}
</style>
border-color css
<style>
span { border-color: #033507; }
span { border-color: rgb(3,53,7); }
td.TdClassName
{
border-color: #033507;
}
.TagClassName
{
border-color: #033507;
}
</style>