Shades of Myrtle #014C05
Tints of Myrtle #014C05
RGB
CMYK
RGB Variations
Color information
#014C05 (or 0x014C05) is known color: Myrtle. HEX triplet: 01, 4C and 05. RGB value is (1,76,5). Sum of RGB (Red+Green+Blue) = 1+76+5=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 76 (30.08% from 255 or 92.68% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 76 - color contains mainly: green. Hex color #014C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014C05 is #FEB3FA. Grayscale: #2D2D2D. Windows color (decimal): -16692219 or 347137. OLE color: 347137.
HSL color Cylindrical-coordinate representation of color #014C05: hue angle of 123.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C05 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 76 | 5 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.70 |
| HSL | 123.2º | 0.97% | 0.15% | - |
| HSV(B) | 123.2º | 0.99% | 0.3% | - |
| XYZ | 2.62 | 5.19 | 1.01 | - |
| YUV | 45.48 | 105.15 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 5 | 0.99 | 0 | 0.93 | 0.70 | 123.2 | 0.97 | 0.15 |
| Hex | 1 | 4C | 5 | 63 | 0 | 5D | 46 | 7B | 61 | F |
| Octal | 1 | 114 | 5 | 143 | 0 | 135 | 106 | 173 | 141 | 17 |
| Binary | 1 | 1001100 | 101 | 1100011 | 0 | 1011101 | 1000110 | 1111011 | 1100001 | 1111 |
Color Harmonies of #014C05
Complementary color
Monochromatic Colors of #014C05
Black with #014C05
Text Example
Text Example
White with #014C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C05; }
p { color: rgb(1,76,5); }
H1.HeaderClassName
{
color: #014C05;
}
.AnyTagClassName
{
color: #014C05;
}
</style>
background-color css
<style>
a { background-color: #014C05; }
a { background-color: rgb(1,76,5); }
div.DivClassName
{
background-color: #014C05;
}
.BgClassName
{
background-color: #014C05;
}
</style>
border-color css
<style>
span { border-color: #014C05; }
span { border-color: rgb(1,76,5); }
td.TdClassName
{
border-color: #014C05;
}
.TagClassName
{
border-color: #014C05;
}
</style>