Shades of Myrtle #045000
Tints of Myrtle #045000
RGB
CMYK
RGB Variations
Color information
#045000 (or 0x045000) is known color: Myrtle. HEX triplet: 04, 50 and 00. RGB value is (4,80,0). Sum of RGB (Red+Green+Blue) = 4+80+0=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 80 (31.64% from 255 or 95.24% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 80 - color contains mainly: green. Hex color #045000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045000 is #FBAFFF. Grayscale: #303030. Windows color (decimal): -16494592 or 20484. OLE color: 20484.
HSL color Cylindrical-coordinate representation of color #045000: hue angle of 117º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #045000 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 80 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.69 |
| HSL | 117º | 1% | 0.16% | - |
| HSV(B) | 117º | 1% | 0.31% | - |
| XYZ | 2.92 | 5.76 | 0.96 | - |
| YUV | 48.16 | 100.82 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 0 | 0.95 | 0 | 1 | 0.69 | 117 | 1 | 0.16 |
| Hex | 4 | 50 | 0 | 5F | 0 | 64 | 45 | 75 | 64 | 10 |
| Octal | 4 | 120 | 0 | 137 | 0 | 144 | 105 | 165 | 144 | 20 |
| Binary | 100 | 1010000 | 0 | 1011111 | 0 | 1100100 | 1000101 | 1110101 | 1100100 | 10000 |
Color Harmonies of #045000
Complementary color
Monochromatic Colors of #045000
Black with #045000
Text Example
Text Example
White with #045000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045000; }
p { color: rgb(4,80,0); }
H1.HeaderClassName
{
color: #045000;
}
.AnyTagClassName
{
color: #045000;
}
</style>
background-color css
<style>
a { background-color: #045000; }
a { background-color: rgb(4,80,0); }
div.DivClassName
{
background-color: #045000;
}
.BgClassName
{
background-color: #045000;
}
</style>
border-color css
<style>
span { border-color: #045000; }
span { border-color: rgb(4,80,0); }
td.TdClassName
{
border-color: #045000;
}
.TagClassName
{
border-color: #045000;
}
</style>