Shades of Myrtle #003602
Tints of Myrtle #003602
RGB
CMYK
RGB Variations
Color information
#003602 (or 0x003602) is known color: Myrtle. HEX triplet: 00, 36 and 02. RGB value is (0,54,2). Sum of RGB (Red+Green+Blue) = 0+54+2=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 54 (21.48% from 255 or 96.43% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 54 - color contains mainly: green. Hex color #003602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003602 is #FFC9FD. Grayscale: #202020. Windows color (decimal): -16763390 or 144896. OLE color: 144896.
HSL color Cylindrical-coordinate representation of color #003602: hue angle of 122.22º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003602 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 54 | 2 | - |
| CMYK | 1 | 0 | 0.96 | 0.79 |
| HSL | 122.22º | 1% | 0.11% | - |
| HSV(B) | 122.22º | 1% | 0.21% | - |
| XYZ | 1.33 | 2.64 | 0.5 | - |
| YUV | 31.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 2 | 1 | 0 | 0.96 | 0.79 | 122.22 | 1 | 0.11 |
| Hex | 0 | 36 | 2 | 64 | 0 | 60 | 4F | 7A | 64 | B |
| Octal | 0 | 66 | 2 | 144 | 0 | 140 | 117 | 172 | 144 | 13 |
| Binary | 0 | 110110 | 10 | 1100100 | 0 | 1100000 | 1001111 | 1111010 | 1100100 | 1011 |
Color Harmonies of #003602
Complementary color
Monochromatic Colors of #003602
Black with #003602
Text Example
Text Example
White with #003602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003602; }
p { color: rgb(0,54,2); }
H1.HeaderClassName
{
color: #003602;
}
.AnyTagClassName
{
color: #003602;
}
</style>
background-color css
<style>
a { background-color: #003602; }
a { background-color: rgb(0,54,2); }
div.DivClassName
{
background-color: #003602;
}
.BgClassName
{
background-color: #003602;
}
</style>
border-color css
<style>
span { border-color: #003602; }
span { border-color: rgb(0,54,2); }
td.TdClassName
{
border-color: #003602;
}
.TagClassName
{
border-color: #003602;
}
</style>