Shades of Myrtle #003A05
Tints of Myrtle #003A05
RGB
CMYK
RGB Variations
Color information
#003A05 (or 0x003A05) is known color: Myrtle. HEX triplet: 00, 3A and 05. RGB value is (0,58,5). Sum of RGB (Red+Green+Blue) = 0+58+5=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 58 (23.05% from 255 or 92.06% from 63); Blue value is 5 (2.34% from 255 or 7.94% from 63); Max value from RGB is 58 - color contains mainly: green. Hex color #003A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A05 is #FFC5FA. Grayscale: #222222. Windows color (decimal): -16762363 or 342528. OLE color: 342528.
HSL color Cylindrical-coordinate representation of color #003A05: hue angle of 125.17º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A05 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 58 | 5 | - |
| CMYK | 1 | 0 | 0.91 | 0.77 |
| HSL | 125.17º | 1% | 0.11% | - |
| HSV(B) | 125.17º | 1% | 0.23% | - |
| XYZ | 1.54 | 3.04 | 0.65 | - |
| YUV | 34.62 | 111.28 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 5 | 1 | 0 | 0.91 | 0.77 | 125.17 | 1 | 0.11 |
| Hex | 0 | 3A | 5 | 64 | 0 | 5B | 4D | 7D | 64 | B |
| Octal | 0 | 72 | 5 | 144 | 0 | 133 | 115 | 175 | 144 | 13 |
| Binary | 0 | 111010 | 101 | 1100100 | 0 | 1011011 | 1001101 | 1111101 | 1100100 | 1011 |
Color Harmonies of #003A05
Complementary color
Monochromatic Colors of #003A05
Black with #003A05
Text Example
Text Example
White with #003A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A05; }
p { color: rgb(0,58,5); }
H1.HeaderClassName
{
color: #003A05;
}
.AnyTagClassName
{
color: #003A05;
}
</style>
background-color css
<style>
a { background-color: #003A05; }
a { background-color: rgb(0,58,5); }
div.DivClassName
{
background-color: #003A05;
}
.BgClassName
{
background-color: #003A05;
}
</style>
border-color css
<style>
span { border-color: #003A05; }
span { border-color: rgb(0,58,5); }
td.TdClassName
{
border-color: #003A05;
}
.TagClassName
{
border-color: #003A05;
}
</style>