Shades of Myrtle #144702
Tints of Myrtle #144702
RGB
CMYK
RGB Variations
Color information
#144702 (or 0x144702) is known color: Myrtle. HEX triplet: 14, 47 and 02. RGB value is (20,71,2). Sum of RGB (Red+Green+Blue) = 20+71+2=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #144702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144702 is #EBB8FD. Grayscale: #303030. Windows color (decimal): -15448318 or 149268. OLE color: 149268.
HSL color Cylindrical-coordinate representation of color #144702: hue angle of 104.35º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #144702 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 71 | 2 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.72 |
| HSL | 104.35º | 0.95% | 0.14% | - |
| HSV(B) | 104.35º | 0.97% | 0.28% | - |
| XYZ | 2.55 | 4.66 | 0.82 | - |
| YUV | 47.89 | 102.1 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 2 | 0.72 | 0 | 0.97 | 0.72 | 104.35 | 0.95 | 0.14 |
| Hex | 14 | 47 | 2 | 48 | 0 | 61 | 48 | 68 | 5F | E |
| Octal | 24 | 107 | 2 | 110 | 0 | 141 | 110 | 150 | 137 | 16 |
| Binary | 10100 | 1000111 | 10 | 1001000 | 0 | 1100001 | 1001000 | 1101000 | 1011111 | 1110 |
Color Harmonies of #144702
Complementary color
Monochromatic Colors of #144702
Black with #144702
Text Example
Text Example
White with #144702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144702; }
p { color: rgb(20,71,2); }
H1.HeaderClassName
{
color: #144702;
}
.AnyTagClassName
{
color: #144702;
}
</style>
background-color css
<style>
a { background-color: #144702; }
a { background-color: rgb(20,71,2); }
div.DivClassName
{
background-color: #144702;
}
.BgClassName
{
background-color: #144702;
}
</style>
border-color css
<style>
span { border-color: #144702; }
span { border-color: rgb(20,71,2); }
td.TdClassName
{
border-color: #144702;
}
.TagClassName
{
border-color: #144702;
}
</style>