Shades of Myrtle #144019
Tints of Myrtle #144019
RGB
CMYK
RGB Variations
Color information
#144019 (or 0x144019) is known color: Myrtle. HEX triplet: 14, 40 and 19. RGB value is (20,64,25). Sum of RGB (Red+Green+Blue) = 20+64+25=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #144019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144019 is #EBBFE6. Grayscale: #2E2E2E. Windows color (decimal): -15450087 or 1654804. OLE color: 1654804.
HSL color Cylindrical-coordinate representation of color #144019: hue angle of 126.82º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144019 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 64 | 25 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.75 |
| HSL | 126.82º | 0.52% | 0.16% | - |
| HSV(B) | 126.82º | 0.69% | 0.25% | - |
| XYZ | 2.3 | 3.89 | 1.55 | - |
| YUV | 46.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 25 | 0.69 | 0 | 0.61 | 0.75 | 126.82 | 0.52 | 0.16 |
| Hex | 14 | 40 | 19 | 45 | 0 | 3D | 4B | 7F | 34 | 10 |
| Octal | 24 | 100 | 31 | 105 | 0 | 75 | 113 | 177 | 64 | 20 |
| Binary | 10100 | 1000000 | 11001 | 1000101 | 0 | 111101 | 1001011 | 1111111 | 110100 | 10000 |
Color Harmonies of #144019
Complementary color
Monochromatic Colors of #144019
Black with #144019
Text Example
Text Example
White with #144019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144019; }
p { color: rgb(20,64,25); }
H1.HeaderClassName
{
color: #144019;
}
.AnyTagClassName
{
color: #144019;
}
</style>
background-color css
<style>
a { background-color: #144019; }
a { background-color: rgb(20,64,25); }
div.DivClassName
{
background-color: #144019;
}
.BgClassName
{
background-color: #144019;
}
</style>
border-color css
<style>
span { border-color: #144019; }
span { border-color: rgb(20,64,25); }
td.TdClassName
{
border-color: #144019;
}
.TagClassName
{
border-color: #144019;
}
</style>