Shades of Myrtle #003700
Tints of Myrtle #003700
RGB
CMYK
RGB Variations
Color information
#003700 (or 0x003700) is known color: Myrtle. HEX triplet: 00, 37 and 00. RGB value is (0,55,0). Sum of RGB (Red+Green+Blue) = 0+55+0=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 55 (21.88% from 255 or 100% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 55 - color contains mainly: green. Hex color #003700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003700 is #FFC8FF. Grayscale: #202020. Windows color (decimal): -16763136 or 14080. OLE color: 14080.
HSL color Cylindrical-coordinate representation of color #003700: hue angle of 120º 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 #003700 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 55 | 0 | - |
| CMYK | 1 | 0 | 1 | 0.78 |
| HSL | 120º | 1% | 0.11% | - |
| HSV(B) | 120º | 1% | 0.22% | - |
| XYZ | 1.37 | 2.73 | 0.46 | - |
| YUV | 32.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 0 | 1 | 0 | 1 | 0.78 | 120 | 1 | 0.11 |
| Hex | 0 | 37 | 0 | 64 | 0 | 64 | 4E | 78 | 64 | B |
| Octal | 0 | 67 | 0 | 144 | 0 | 144 | 116 | 170 | 144 | 13 |
| Binary | 0 | 110111 | 0 | 1100100 | 0 | 1100100 | 1001110 | 1111000 | 1100100 | 1011 |
Color Harmonies of #003700
Complementary color
Monochromatic Colors of #003700
Black with #003700
Text Example
Text Example
White with #003700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003700; }
p { color: rgb(0,55,0); }
H1.HeaderClassName
{
color: #003700;
}
.AnyTagClassName
{
color: #003700;
}
</style>
background-color css
<style>
a { background-color: #003700; }
a { background-color: rgb(0,55,0); }
div.DivClassName
{
background-color: #003700;
}
.BgClassName
{
background-color: #003700;
}
</style>
border-color css
<style>
span { border-color: #003700; }
span { border-color: rgb(0,55,0); }
td.TdClassName
{
border-color: #003700;
}
.TagClassName
{
border-color: #003700;
}
</style>