Shades of Myrtle #004509
Tints of Myrtle #004509
RGB
CMYK
RGB Variations
Color information
#004509 (or 0x004509) is known color: Myrtle. HEX triplet: 00, 45 and 09. RGB value is (0,69,9). Sum of RGB (Red+Green+Blue) = 0+69+9=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 69 (27.34% from 255 or 88.46% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 69 - color contains mainly: green. Hex color #004509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004509 is #FFBAF6. Grayscale: #292929. Windows color (decimal): -16759543 or 607488. OLE color: 607488.
HSL color Cylindrical-coordinate representation of color #004509: hue angle of 127.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004509 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 69 | 9 | - |
| CMYK | 1 | 0 | 0.87 | 0.73 |
| HSL | 127.83º | 1% | 0.14% | - |
| HSV(B) | 127.83º | 1% | 0.27% | - |
| XYZ | 2.18 | 4.28 | 0.97 | - |
| YUV | 41.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 9 | 1 | 0 | 0.87 | 0.73 | 127.83 | 1 | 0.14 |
| Hex | 0 | 45 | 9 | 64 | 0 | 57 | 49 | 80 | 64 | E |
| Octal | 0 | 105 | 11 | 144 | 0 | 127 | 111 | 200 | 144 | 16 |
| Binary | 0 | 1000101 | 1001 | 1100100 | 0 | 1010111 | 1001001 | 10000000 | 1100100 | 1110 |
Color Harmonies of #004509
Complementary color
Monochromatic Colors of #004509
Black with #004509
Text Example
Text Example
White with #004509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004509; }
p { color: rgb(0,69,9); }
H1.HeaderClassName
{
color: #004509;
}
.AnyTagClassName
{
color: #004509;
}
</style>
background-color css
<style>
a { background-color: #004509; }
a { background-color: rgb(0,69,9); }
div.DivClassName
{
background-color: #004509;
}
.BgClassName
{
background-color: #004509;
}
</style>
border-color css
<style>
span { border-color: #004509; }
span { border-color: rgb(0,69,9); }
td.TdClassName
{
border-color: #004509;
}
.TagClassName
{
border-color: #004509;
}
</style>