Shades of Myrtle #004908
Tints of Myrtle #004908
RGB
CMYK
RGB Variations
Color information
#004908 (or 0x004908) is known color: Myrtle. HEX triplet: 00, 49 and 08. RGB value is (0,73,8). Sum of RGB (Red+Green+Blue) = 0+73+8=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 73 (28.91% from 255 or 90.12% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 73 - color contains mainly: green. Hex color #004908 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004908 is #FFB6F7. Grayscale: #2B2B2B. Windows color (decimal): -16758520 or 542976. OLE color: 542976.
HSL color Cylindrical-coordinate representation of color #004908: hue angle of 126.58º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004908 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 73 | 8 | - |
| CMYK | 1 | 0 | 0.89 | 0.71 |
| HSL | 126.58º | 1% | 0.14% | - |
| HSV(B) | 126.58º | 1% | 0.29% | - |
| XYZ | 2.43 | 4.78 | 1.02 | - |
| YUV | 43.76 | 107.82 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 8 | 1 | 0 | 0.89 | 0.71 | 126.58 | 1 | 0.14 |
| Hex | 0 | 49 | 8 | 64 | 0 | 59 | 47 | 7F | 64 | E |
| Octal | 0 | 111 | 10 | 144 | 0 | 131 | 107 | 177 | 144 | 16 |
| Binary | 0 | 1001001 | 1000 | 1100100 | 0 | 1011001 | 1000111 | 1111111 | 1100100 | 1110 |
Color Harmonies of #004908
Complementary color
Monochromatic Colors of #004908
Black with #004908
Text Example
Text Example
White with #004908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004908; }
p { color: rgb(0,73,8); }
H1.HeaderClassName
{
color: #004908;
}
.AnyTagClassName
{
color: #004908;
}
</style>
background-color css
<style>
a { background-color: #004908; }
a { background-color: rgb(0,73,8); }
div.DivClassName
{
background-color: #004908;
}
.BgClassName
{
background-color: #004908;
}
</style>
border-color css
<style>
span { border-color: #004908; }
span { border-color: rgb(0,73,8); }
td.TdClassName
{
border-color: #004908;
}
.TagClassName
{
border-color: #004908;
}
</style>