Shades of Myrtle #003705
Tints of Myrtle #003705
RGB
CMYK
RGB Variations
Color information
#003705 (or 0x003705) is known color: Myrtle. HEX triplet: 00, 37 and 05. RGB value is (0,55,5). Sum of RGB (Red+Green+Blue) = 0+55+5=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 55 (21.88% from 255 or 91.67% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 55 - color contains mainly: green. Hex color #003705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003705 is #FFC8FA. Grayscale: #202020. Windows color (decimal): -16763131 or 341760. OLE color: 341760.
HSL color Cylindrical-coordinate representation of color #003705: hue angle of 125.45º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003705 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 55 | 5 | - |
| CMYK | 1 | 0 | 0.91 | 0.78 |
| HSL | 125.45º | 1% | 0.11% | - |
| HSV(B) | 125.45º | 1% | 0.22% | - |
| XYZ | 1.39 | 2.74 | 0.6 | - |
| YUV | 32.86 | 112.28 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 5 | 1 | 0 | 0.91 | 0.78 | 125.45 | 1 | 0.11 |
| Hex | 0 | 37 | 5 | 64 | 0 | 5B | 4E | 7D | 64 | B |
| Octal | 0 | 67 | 5 | 144 | 0 | 133 | 116 | 175 | 144 | 13 |
| Binary | 0 | 110111 | 101 | 1100100 | 0 | 1011011 | 1001110 | 1111101 | 1100100 | 1011 |
Color Harmonies of #003705
Complementary color
Monochromatic Colors of #003705
Black with #003705
Text Example
Text Example
White with #003705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003705; }
p { color: rgb(0,55,5); }
H1.HeaderClassName
{
color: #003705;
}
.AnyTagClassName
{
color: #003705;
}
</style>
background-color css
<style>
a { background-color: #003705; }
a { background-color: rgb(0,55,5); }
div.DivClassName
{
background-color: #003705;
}
.BgClassName
{
background-color: #003705;
}
</style>
border-color css
<style>
span { border-color: #003705; }
span { border-color: rgb(0,55,5); }
td.TdClassName
{
border-color: #003705;
}
.TagClassName
{
border-color: #003705;
}
</style>