Shades of Myrtle #003502
Tints of Myrtle #003502
RGB
CMYK
RGB Variations
Color information
#003502 (or 0x003502) is known color: Myrtle. HEX triplet: 00, 35 and 02. RGB value is (0,53,2). Sum of RGB (Red+Green+Blue) = 0+53+2=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 53 (21.09% from 255 or 96.36% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 53 - color contains mainly: green. Hex color #003502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003502 is #FFCAFD. Grayscale: #1F1F1F. Windows color (decimal): -16763646 or 144640. OLE color: 144640.
HSL color Cylindrical-coordinate representation of color #003502: hue angle of 122.26º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003502 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 53 | 2 | - |
| CMYK | 1 | 0 | 0.96 | 0.79 |
| HSL | 122.26º | 1% | 0.1% | - |
| HSV(B) | 122.26º | 1% | 0.21% | - |
| XYZ | 1.28 | 2.55 | 0.48 | - |
| YUV | 31.34 | 111.44 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 2 | 1 | 0 | 0.96 | 0.79 | 122.26 | 1 | 0.1 |
| Hex | 0 | 35 | 2 | 64 | 0 | 60 | 4F | 7A | 64 | A |
| Octal | 0 | 65 | 2 | 144 | 0 | 140 | 117 | 172 | 144 | 12 |
| Binary | 0 | 110101 | 10 | 1100100 | 0 | 1100000 | 1001111 | 1111010 | 1100100 | 1010 |
Color Harmonies of #003502
Complementary color
Monochromatic Colors of #003502
Black with #003502
Text Example
Text Example
White with #003502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003502; }
p { color: rgb(0,53,2); }
H1.HeaderClassName
{
color: #003502;
}
.AnyTagClassName
{
color: #003502;
}
</style>
background-color css
<style>
a { background-color: #003502; }
a { background-color: rgb(0,53,2); }
div.DivClassName
{
background-color: #003502;
}
.BgClassName
{
background-color: #003502;
}
</style>
border-color css
<style>
span { border-color: #003502; }
span { border-color: rgb(0,53,2); }
td.TdClassName
{
border-color: #003502;
}
.TagClassName
{
border-color: #003502;
}
</style>