Shades of Myrtle #144B09
Tints of Myrtle #144B09
RGB
CMYK
RGB Variations
Color information
#144B09 (or 0x144B09) is known color: Myrtle. HEX triplet: 14, 4B and 09. RGB value is (20,75,9). Sum of RGB (Red+Green+Blue) = 20+75+9=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 75 (29.69% from 255 or 72.12% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 75 - color contains mainly: green. Hex color #144B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144B09 is #EBB4F6. Grayscale: #333333. Windows color (decimal): -15447287 or 609044. OLE color: 609044.
HSL color Cylindrical-coordinate representation of color #144B09: hue angle of 110º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #144B09 is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 75 | 9 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.71 |
| HSL | 110º | 0.79% | 0.16% | - |
| HSV(B) | 110º | 0.88% | 0.29% | - |
| XYZ | 2.85 | 5.2 | 1.11 | - |
| YUV | 51.03 | 104.28 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 9 | 0.73 | 0 | 0.88 | 0.71 | 110 | 0.79 | 0.16 |
| Hex | 14 | 4B | 9 | 49 | 0 | 58 | 47 | 6E | 4F | 10 |
| Octal | 24 | 113 | 11 | 111 | 0 | 130 | 107 | 156 | 117 | 20 |
| Binary | 10100 | 1001011 | 1001 | 1001001 | 0 | 1011000 | 1000111 | 1101110 | 1001111 | 10000 |
Color Harmonies of #144B09
Complementary color
Monochromatic Colors of #144B09
Black with #144B09
Text Example
Text Example
White with #144B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B09; }
p { color: rgb(20,75,9); }
H1.HeaderClassName
{
color: #144B09;
}
.AnyTagClassName
{
color: #144B09;
}
</style>
background-color css
<style>
a { background-color: #144B09; }
a { background-color: rgb(20,75,9); }
div.DivClassName
{
background-color: #144B09;
}
.BgClassName
{
background-color: #144B09;
}
</style>
border-color css
<style>
span { border-color: #144B09; }
span { border-color: rgb(20,75,9); }
td.TdClassName
{
border-color: #144B09;
}
.TagClassName
{
border-color: #144B09;
}
</style>