Shades of Myrtle #014908
Tints of Myrtle #014908
RGB
CMYK
RGB Variations
Color information
#014908 (or 0x014908) is known color: Myrtle. HEX triplet: 01, 49 and 08. RGB value is (1,73,8). Sum of RGB (Red+Green+Blue) = 1+73+8=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 73 (28.91% from 255 or 89.02% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 73 - color contains mainly: green. Hex color #014908 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014908 is #FEB6F7. Grayscale: #2C2C2C. Windows color (decimal): -16692984 or 542977. OLE color: 542977.
HSL color Cylindrical-coordinate representation of color #014908: hue angle of 125.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014908 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 73 | 8 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.71 |
| HSL | 125.83º | 0.97% | 0.15% | - |
| HSV(B) | 125.83º | 0.99% | 0.29% | - |
| XYZ | 2.44 | 4.79 | 1.03 | - |
| YUV | 44.06 | 107.65 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 8 | 0.99 | 0 | 0.89 | 0.71 | 125.83 | 0.97 | 0.15 |
| Hex | 1 | 49 | 8 | 63 | 0 | 59 | 47 | 7E | 61 | F |
| Octal | 1 | 111 | 10 | 143 | 0 | 131 | 107 | 176 | 141 | 17 |
| Binary | 1 | 1001001 | 1000 | 1100011 | 0 | 1011001 | 1000111 | 1111110 | 1100001 | 1111 |
Color Harmonies of #014908
Complementary color
Monochromatic Colors of #014908
Black with #014908
Text Example
Text Example
White with #014908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014908; }
p { color: rgb(1,73,8); }
H1.HeaderClassName
{
color: #014908;
}
.AnyTagClassName
{
color: #014908;
}
</style>
background-color css
<style>
a { background-color: #014908; }
a { background-color: rgb(1,73,8); }
div.DivClassName
{
background-color: #014908;
}
.BgClassName
{
background-color: #014908;
}
</style>
border-color css
<style>
span { border-color: #014908; }
span { border-color: rgb(1,73,8); }
td.TdClassName
{
border-color: #014908;
}
.TagClassName
{
border-color: #014908;
}
</style>