Shades of Myrtle #004A08
Tints of Myrtle #004A08
RGB
CMYK
RGB Variations
Color information
#004A08 (or 0x004A08) is known color: Myrtle. HEX triplet: 00, 4A and 08. RGB value is (0,74,8). Sum of RGB (Red+Green+Blue) = 0+74+8=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 74 (29.30% from 255 or 90.24% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 74 - color contains mainly: green. Hex color #004A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004A08 is #FFB5F7. Grayscale: #2C2C2C. Windows color (decimal): -16758264 or 543232. OLE color: 543232.
HSL color Cylindrical-coordinate representation of color #004A08: hue angle of 126.49º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A08 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 74 | 8 | - |
| CMYK | 1 | 0 | 0.89 | 0.71 |
| HSL | 126.49º | 1% | 0.15% | - |
| HSV(B) | 126.49º | 1% | 0.29% | - |
| XYZ | 2.49 | 4.92 | 1.05 | - |
| YUV | 44.35 | 107.48 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 8 | 1 | 0 | 0.89 | 0.71 | 126.49 | 1 | 0.15 |
| Hex | 0 | 4A | 8 | 64 | 0 | 59 | 47 | 7E | 64 | F |
| Octal | 0 | 112 | 10 | 144 | 0 | 131 | 107 | 176 | 144 | 17 |
| Binary | 0 | 1001010 | 1000 | 1100100 | 0 | 1011001 | 1000111 | 1111110 | 1100100 | 1111 |
Color Harmonies of #004A08
Complementary color
Monochromatic Colors of #004A08
Black with #004A08
Text Example
Text Example
White with #004A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A08; }
p { color: rgb(0,74,8); }
H1.HeaderClassName
{
color: #004A08;
}
.AnyTagClassName
{
color: #004A08;
}
</style>
background-color css
<style>
a { background-color: #004A08; }
a { background-color: rgb(0,74,8); }
div.DivClassName
{
background-color: #004A08;
}
.BgClassName
{
background-color: #004A08;
}
</style>
border-color css
<style>
span { border-color: #004A08; }
span { border-color: rgb(0,74,8); }
td.TdClassName
{
border-color: #004A08;
}
.TagClassName
{
border-color: #004A08;
}
</style>