Shades of Myrtle #143817
Tints of Myrtle #143817
RGB
CMYK
RGB Variations
Color information
#143817 (or 0x143817) is known color: Myrtle. HEX triplet: 14, 38 and 17. RGB value is (20,56,23). Sum of RGB (Red+Green+Blue) = 20+56+23=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 56 (22.27% from 255 or 56.57% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 56 - color contains mainly: green. Hex color #143817 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143817 is #EBC7E8. Grayscale: #292929. Windows color (decimal): -15452137 or 1521684. OLE color: 1521684.
HSL color Cylindrical-coordinate representation of color #143817: hue angle of 125º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143817 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 56 | 23 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.78 |
| HSL | 125º | 0.47% | 0.15% | - |
| HSV(B) | 125º | 0.64% | 0.22% | - |
| XYZ | 1.86 | 3.04 | 1.3 | - |
| YUV | 41.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 23 | 0.64 | 0 | 0.59 | 0.78 | 125 | 0.47 | 0.15 |
| Hex | 14 | 38 | 17 | 40 | 0 | 3B | 4E | 7D | 2F | F |
| Octal | 24 | 70 | 27 | 100 | 0 | 73 | 116 | 175 | 57 | 17 |
| Binary | 10100 | 111000 | 10111 | 1000000 | 0 | 111011 | 1001110 | 1111101 | 101111 | 1111 |
Color Harmonies of #143817
Complementary color
Monochromatic Colors of #143817
Black with #143817
Text Example
Text Example
White with #143817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143817; }
p { color: rgb(20,56,23); }
H1.HeaderClassName
{
color: #143817;
}
.AnyTagClassName
{
color: #143817;
}
</style>
background-color css
<style>
a { background-color: #143817; }
a { background-color: rgb(20,56,23); }
div.DivClassName
{
background-color: #143817;
}
.BgClassName
{
background-color: #143817;
}
</style>
border-color css
<style>
span { border-color: #143817; }
span { border-color: rgb(20,56,23); }
td.TdClassName
{
border-color: #143817;
}
.TagClassName
{
border-color: #143817;
}
</style>