Shades of Myrtle #144319
Tints of Myrtle #144319
RGB
CMYK
RGB Variations
Color information
#144319 (or 0x144319) is known color: Myrtle. HEX triplet: 14, 43 and 19. RGB value is (20,67,25). Sum of RGB (Red+Green+Blue) = 20+67+25=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 67 (26.56% from 255 or 59.82% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 67 - color contains mainly: green. Hex color #144319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144319 is #EBBCE6. Grayscale: #303030. Windows color (decimal): -15449319 or 1655572. OLE color: 1655572.
HSL color Cylindrical-coordinate representation of color #144319: hue angle of 126.38º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #144319 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 67 | 25 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.74 |
| HSL | 126.38º | 0.54% | 0.17% | - |
| HSV(B) | 126.38º | 0.7% | 0.26% | - |
| XYZ | 2.47 | 4.23 | 1.61 | - |
| YUV | 48.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 25 | 0.70 | 0 | 0.63 | 0.74 | 126.38 | 0.54 | 0.17 |
| Hex | 14 | 43 | 19 | 46 | 0 | 3F | 4A | 7E | 36 | 11 |
| Octal | 24 | 103 | 31 | 106 | 0 | 77 | 112 | 176 | 66 | 21 |
| Binary | 10100 | 1000011 | 11001 | 1000110 | 0 | 111111 | 1001010 | 1111110 | 110110 | 10001 |
Color Harmonies of #144319
Complementary color
Monochromatic Colors of #144319
Black with #144319
Text Example
Text Example
White with #144319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144319; }
p { color: rgb(20,67,25); }
H1.HeaderClassName
{
color: #144319;
}
.AnyTagClassName
{
color: #144319;
}
</style>
background-color css
<style>
a { background-color: #144319; }
a { background-color: rgb(20,67,25); }
div.DivClassName
{
background-color: #144319;
}
.BgClassName
{
background-color: #144319;
}
</style>
border-color css
<style>
span { border-color: #144319; }
span { border-color: rgb(20,67,25); }
td.TdClassName
{
border-color: #144319;
}
.TagClassName
{
border-color: #144319;
}
</style>