Shades of Myrtle #014808
Tints of Myrtle #014808
RGB
CMYK
RGB Variations
Color information
#014808 (or 0x014808) is known color: Myrtle. HEX triplet: 01, 48 and 08. RGB value is (1,72,8). Sum of RGB (Red+Green+Blue) = 1+72+8=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 72 (28.52% from 255 or 88.89% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 72 - color contains mainly: green. Hex color #014808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014808 is #FEB7F7. Grayscale: #2B2B2B. Windows color (decimal): -16693240 or 542721. OLE color: 542721.
HSL color Cylindrical-coordinate representation of color #014808: hue angle of 125.92º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014808 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 72 | 8 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.72 |
| HSL | 125.92º | 0.97% | 0.14% | - |
| HSV(B) | 125.92º | 0.99% | 0.28% | - |
| XYZ | 2.37 | 4.66 | 1 | - |
| YUV | 43.48 | 107.98 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 8 | 0.99 | 0 | 0.89 | 0.72 | 125.92 | 0.97 | 0.14 |
| Hex | 1 | 48 | 8 | 63 | 0 | 59 | 48 | 7E | 61 | E |
| Octal | 1 | 110 | 10 | 143 | 0 | 131 | 110 | 176 | 141 | 16 |
| Binary | 1 | 1001000 | 1000 | 1100011 | 0 | 1011001 | 1001000 | 1111110 | 1100001 | 1110 |
Color Harmonies of #014808
Complementary color
Monochromatic Colors of #014808
Black with #014808
Text Example
Text Example
White with #014808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014808; }
p { color: rgb(1,72,8); }
H1.HeaderClassName
{
color: #014808;
}
.AnyTagClassName
{
color: #014808;
}
</style>
background-color css
<style>
a { background-color: #014808; }
a { background-color: rgb(1,72,8); }
div.DivClassName
{
background-color: #014808;
}
.BgClassName
{
background-color: #014808;
}
</style>
border-color css
<style>
span { border-color: #014808; }
span { border-color: rgb(1,72,8); }
td.TdClassName
{
border-color: #014808;
}
.TagClassName
{
border-color: #014808;
}
</style>