Shades of Myrtle #004405
Tints of Myrtle #004405
RGB
CMYK
RGB Variations
Color information
#004405 (or 0x004405) is known color: Myrtle. HEX triplet: 00, 44 and 05. RGB value is (0,68,5). Sum of RGB (Red+Green+Blue) = 0+68+5=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 68 (26.95% from 255 or 93.15% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 68 - color contains mainly: green. Hex color #004405 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004405 is #FFBBFA. Grayscale: #282828. Windows color (decimal): -16759803 or 345088. OLE color: 345088.
HSL color Cylindrical-coordinate representation of color #004405: hue angle of 124.41º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004405 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 68 | 5 | - |
| CMYK | 1 | 0 | 0.93 | 0.73 |
| HSL | 124.41º | 1% | 0.13% | - |
| HSV(B) | 124.41º | 1% | 0.27% | - |
| XYZ | 2.09 | 4.15 | 0.83 | - |
| YUV | 40.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 5 | 1 | 0 | 0.93 | 0.73 | 124.41 | 1 | 0.13 |
| Hex | 0 | 44 | 5 | 64 | 0 | 5D | 49 | 7C | 64 | D |
| Octal | 0 | 104 | 5 | 144 | 0 | 135 | 111 | 174 | 144 | 15 |
| Binary | 0 | 1000100 | 101 | 1100100 | 0 | 1011101 | 1001001 | 1111100 | 1100100 | 1101 |
Color Harmonies of #004405
Complementary color
Monochromatic Colors of #004405
Black with #004405
Text Example
Text Example
White with #004405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004405; }
p { color: rgb(0,68,5); }
H1.HeaderClassName
{
color: #004405;
}
.AnyTagClassName
{
color: #004405;
}
</style>
background-color css
<style>
a { background-color: #004405; }
a { background-color: rgb(0,68,5); }
div.DivClassName
{
background-color: #004405;
}
.BgClassName
{
background-color: #004405;
}
</style>
border-color css
<style>
span { border-color: #004405; }
span { border-color: rgb(0,68,5); }
td.TdClassName
{
border-color: #004405;
}
.TagClassName
{
border-color: #004405;
}
</style>