Shades of Myrtle #004800
Tints of Myrtle #004800
RGB
CMYK
RGB Variations
Color information
#004800 (or 0x004800) is known color: Myrtle. HEX triplet: 00, 48 and 00. RGB value is (0,72,0). Sum of RGB (Red+Green+Blue) = 0+72+0=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 72 (28.52% from 255 or 100% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 72 - color contains mainly: green. Hex color #004800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004800 is #FFB7FF. Grayscale: #2A2A2A. Windows color (decimal): -16758784 or 18432. OLE color: 18432.
HSL color Cylindrical-coordinate representation of color #004800: hue angle of 120º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004800 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 72 | 0 | - |
| CMYK | 1 | 0 | 1 | 0.72 |
| HSL | 120º | 1% | 0.14% | - |
| HSV(B) | 120º | 1% | 0.28% | - |
| XYZ | 2.32 | 4.63 | 0.77 | - |
| YUV | 42.26 | 104.15 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 0 | 1 | 0 | 1 | 0.72 | 120 | 1 | 0.14 |
| Hex | 0 | 48 | 0 | 64 | 0 | 64 | 48 | 78 | 64 | E |
| Octal | 0 | 110 | 0 | 144 | 0 | 144 | 110 | 170 | 144 | 16 |
| Binary | 0 | 1001000 | 0 | 1100100 | 0 | 1100100 | 1001000 | 1111000 | 1100100 | 1110 |
Color Harmonies of #004800
Complementary color
Monochromatic Colors of #004800
Black with #004800
Text Example
Text Example
White with #004800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004800; }
p { color: rgb(0,72,0); }
H1.HeaderClassName
{
color: #004800;
}
.AnyTagClassName
{
color: #004800;
}
</style>
background-color css
<style>
a { background-color: #004800; }
a { background-color: rgb(0,72,0); }
div.DivClassName
{
background-color: #004800;
}
.BgClassName
{
background-color: #004800;
}
</style>
border-color css
<style>
span { border-color: #004800; }
span { border-color: rgb(0,72,0); }
td.TdClassName
{
border-color: #004800;
}
.TagClassName
{
border-color: #004800;
}
</style>