Shades of Myrtle #014C08
Tints of Myrtle #014C08
RGB
CMYK
RGB Variations
Color information
#014C08 (or 0x014C08) is known color: Myrtle. HEX triplet: 01, 4C and 08. RGB value is (1,76,8). Sum of RGB (Red+Green+Blue) = 1+76+8=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 76 (30.08% from 255 or 89.41% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 76 - color contains mainly: green. Hex color #014C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014C08 is #FEB3F7. Grayscale: #2E2E2E. Windows color (decimal): -16692216 or 543745. OLE color: 543745.
HSL color Cylindrical-coordinate representation of color #014C08: hue angle of 125.6º 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 #014C08 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 76 | 8 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.70 |
| HSL | 125.6º | 0.97% | 0.15% | - |
| HSV(B) | 125.6º | 0.99% | 0.3% | - |
| XYZ | 2.64 | 5.19 | 1.09 | - |
| YUV | 45.82 | 106.65 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 8 | 0.99 | 0 | 0.89 | 0.70 | 125.6 | 0.97 | 0.15 |
| Hex | 1 | 4C | 8 | 63 | 0 | 59 | 46 | 7E | 61 | F |
| Octal | 1 | 114 | 10 | 143 | 0 | 131 | 106 | 176 | 141 | 17 |
| Binary | 1 | 1001100 | 1000 | 1100011 | 0 | 1011001 | 1000110 | 1111110 | 1100001 | 1111 |
Color Harmonies of #014C08
Complementary color
Monochromatic Colors of #014C08
Black with #014C08
Text Example
Text Example
White with #014C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C08; }
p { color: rgb(1,76,8); }
H1.HeaderClassName
{
color: #014C08;
}
.AnyTagClassName
{
color: #014C08;
}
</style>
background-color css
<style>
a { background-color: #014C08; }
a { background-color: rgb(1,76,8); }
div.DivClassName
{
background-color: #014C08;
}
.BgClassName
{
background-color: #014C08;
}
</style>
border-color css
<style>
span { border-color: #014C08; }
span { border-color: rgb(1,76,8); }
td.TdClassName
{
border-color: #014C08;
}
.TagClassName
{
border-color: #014C08;
}
</style>