Shades of Myrtle #012804
Tints of Myrtle #012804
RGB
CMYK
RGB Variations
Color information
#012804 (or 0x012804) is known color: Myrtle. HEX triplet: 01, 28 and 04. RGB value is (1,40,4). Sum of RGB (Red+Green+Blue) = 1+40+4=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 40 (16.02% from 255 or 88.89% from 45); Blue value is 4 (1.95% from 255 or 8.89% from 45); Max value from RGB is 40 - color contains mainly: green. Hex color #012804 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012804 is #FED7FB. Grayscale: #181818. Windows color (decimal): -16701436 or 272385. OLE color: 272385.
HSL color Cylindrical-coordinate representation of color #012804: hue angle of 124.62º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012804 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 40 | 4 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.84 |
| HSL | 124.62º | 0.95% | 0.08% | - |
| HSV(B) | 124.62º | 0.98% | 0.16% | - |
| XYZ | 0.79 | 1.53 | 0.37 | - |
| YUV | 24.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 4 | 0.98 | 0 | 0.90 | 0.84 | 124.62 | 0.95 | 0.08 |
| Hex | 1 | 28 | 4 | 62 | 0 | 5A | 54 | 7D | 5F | 8 |
| Octal | 1 | 50 | 4 | 142 | 0 | 132 | 124 | 175 | 137 | 10 |
| Binary | 1 | 101000 | 100 | 1100010 | 0 | 1011010 | 1010100 | 1111101 | 1011111 | 1000 |
Color Harmonies of #012804
Complementary color
Monochromatic Colors of #012804
Black with #012804
Text Example
Text Example
White with #012804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012804; }
p { color: rgb(1,40,4); }
H1.HeaderClassName
{
color: #012804;
}
.AnyTagClassName
{
color: #012804;
}
</style>
background-color css
<style>
a { background-color: #012804; }
a { background-color: rgb(1,40,4); }
div.DivClassName
{
background-color: #012804;
}
.BgClassName
{
background-color: #012804;
}
</style>
border-color css
<style>
span { border-color: #012804; }
span { border-color: rgb(1,40,4); }
td.TdClassName
{
border-color: #012804;
}
.TagClassName
{
border-color: #012804;
}
</style>