Shades of Myrtle #144015
Tints of Myrtle #144015
RGB
CMYK
RGB Variations
Color information
#144015 (or 0x144015) is known color: Myrtle. HEX triplet: 14, 40 and 15. RGB value is (20,64,21). Sum of RGB (Red+Green+Blue) = 20+64+21=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #144015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144015 is #EBBFEA. Grayscale: #2E2E2E. Windows color (decimal): -15450091 or 1392660. OLE color: 1392660.
HSL color Cylindrical-coordinate representation of color #144015: hue angle of 121.36º 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 #144015 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 64 | 21 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.75 |
| HSL | 121.36º | 0.52% | 0.16% | - |
| HSV(B) | 121.36º | 0.69% | 0.25% | - |
| XYZ | 2.26 | 3.87 | 1.34 | - |
| YUV | 45.94 | 113.92 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 21 | 0.69 | 0 | 0.67 | 0.75 | 121.36 | 0.52 | 0.16 |
| Hex | 14 | 40 | 15 | 45 | 0 | 43 | 4B | 79 | 34 | 10 |
| Octal | 24 | 100 | 25 | 105 | 0 | 103 | 113 | 171 | 64 | 20 |
| Binary | 10100 | 1000000 | 10101 | 1000101 | 0 | 1000011 | 1001011 | 1111001 | 110100 | 10000 |
Color Harmonies of #144015
Complementary color
Monochromatic Colors of #144015
Black with #144015
Text Example
Text Example
White with #144015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144015; }
p { color: rgb(20,64,21); }
H1.HeaderClassName
{
color: #144015;
}
.AnyTagClassName
{
color: #144015;
}
</style>
background-color css
<style>
a { background-color: #144015; }
a { background-color: rgb(20,64,21); }
div.DivClassName
{
background-color: #144015;
}
.BgClassName
{
background-color: #144015;
}
</style>
border-color css
<style>
span { border-color: #144015; }
span { border-color: rgb(20,64,21); }
td.TdClassName
{
border-color: #144015;
}
.TagClassName
{
border-color: #144015;
}
</style>