Shades of Myrtle #003605
Tints of Myrtle #003605
RGB
CMYK
RGB Variations
Color information
#003605 (or 0x003605) is known color: Myrtle. HEX triplet: 00, 36 and 05. RGB value is (0,54,5). Sum of RGB (Red+Green+Blue) = 0+54+5=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 54 (21.48% from 255 or 91.53% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 54 - color contains mainly: green. Hex color #003605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003605 is #FFC9FA. Grayscale: #202020. Windows color (decimal): -16763387 or 341504. OLE color: 341504.
HSL color Cylindrical-coordinate representation of color #003605: hue angle of 125.56º 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 #003605 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 54 | 5 | - |
| CMYK | 1 | 0 | 0.91 | 0.79 |
| HSL | 125.56º | 1% | 0.11% | - |
| HSV(B) | 125.56º | 1% | 0.21% | - |
| XYZ | 1.35 | 2.65 | 0.58 | - |
| YUV | 32.27 | 112.61 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 5 | 1 | 0 | 0.91 | 0.79 | 125.56 | 1 | 0.11 |
| Hex | 0 | 36 | 5 | 64 | 0 | 5B | 4F | 7E | 64 | B |
| Octal | 0 | 66 | 5 | 144 | 0 | 133 | 117 | 176 | 144 | 13 |
| Binary | 0 | 110110 | 101 | 1100100 | 0 | 1011011 | 1001111 | 1111110 | 1100100 | 1011 |
Color Harmonies of #003605
Complementary color
Monochromatic Colors of #003605
Black with #003605
Text Example
Text Example
White with #003605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003605; }
p { color: rgb(0,54,5); }
H1.HeaderClassName
{
color: #003605;
}
.AnyTagClassName
{
color: #003605;
}
</style>
background-color css
<style>
a { background-color: #003605; }
a { background-color: rgb(0,54,5); }
div.DivClassName
{
background-color: #003605;
}
.BgClassName
{
background-color: #003605;
}
</style>
border-color css
<style>
span { border-color: #003605; }
span { border-color: rgb(0,54,5); }
td.TdClassName
{
border-color: #003605;
}
.TagClassName
{
border-color: #003605;
}
</style>