Shades of Myrtle #144807
Tints of Myrtle #144807
RGB
CMYK
RGB Variations
Color information
#144807 (or 0x144807) is known color: Myrtle. HEX triplet: 14, 48 and 07. RGB value is (20,72,7). Sum of RGB (Red+Green+Blue) = 20+72+7=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 72 (28.52% from 255 or 72.73% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 72 - color contains mainly: green. Hex color #144807 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144807 is #EBB7F8. Grayscale: #313131. Windows color (decimal): -15448057 or 477204. OLE color: 477204.
HSL color Cylindrical-coordinate representation of color #144807: hue angle of 108º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144807 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 72 | 7 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.72 |
| HSL | 108º | 0.82% | 0.15% | - |
| HSV(B) | 108º | 0.9% | 0.28% | - |
| XYZ | 2.64 | 4.8 | 0.99 | - |
| YUV | 49.04 | 104.27 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 7 | 0.72 | 0 | 0.90 | 0.72 | 108 | 0.82 | 0.15 |
| Hex | 14 | 48 | 7 | 48 | 0 | 5A | 48 | 6C | 52 | F |
| Octal | 24 | 110 | 7 | 110 | 0 | 132 | 110 | 154 | 122 | 17 |
| Binary | 10100 | 1001000 | 111 | 1001000 | 0 | 1011010 | 1001000 | 1101100 | 1010010 | 1111 |
Color Harmonies of #144807
Complementary color
Monochromatic Colors of #144807
Black with #144807
Text Example
Text Example
White with #144807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144807; }
p { color: rgb(20,72,7); }
H1.HeaderClassName
{
color: #144807;
}
.AnyTagClassName
{
color: #144807;
}
</style>
background-color css
<style>
a { background-color: #144807; }
a { background-color: rgb(20,72,7); }
div.DivClassName
{
background-color: #144807;
}
.BgClassName
{
background-color: #144807;
}
</style>
border-color css
<style>
span { border-color: #144807; }
span { border-color: rgb(20,72,7); }
td.TdClassName
{
border-color: #144807;
}
.TagClassName
{
border-color: #144807;
}
</style>