Shades of Myrtle #143808
Tints of Myrtle #143808
RGB
CMYK
RGB Variations
Color information
#143808 (or 0x143808) is known color: Myrtle. HEX triplet: 14, 38 and 08. RGB value is (20,56,8). Sum of RGB (Red+Green+Blue) = 20+56+8=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 56 (22.27% from 255 or 66.67% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 56 - color contains mainly: green. Hex color #143808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143808 is #EBC7F7. Grayscale: #272727. Windows color (decimal): -15452152 or 538644. OLE color: 538644.
HSL color Cylindrical-coordinate representation of color #143808: hue angle of 105º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143808 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 56 | 8 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.78 |
| HSL | 105º | 0.75% | 0.13% | - |
| HSV(B) | 105º | 0.86% | 0.22% | - |
| XYZ | 1.75 | 2.99 | 0.72 | - |
| YUV | 39.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 8 | 0.64 | 0 | 0.86 | 0.78 | 105 | 0.75 | 0.13 |
| Hex | 14 | 38 | 8 | 40 | 0 | 56 | 4E | 69 | 4B | D |
| Octal | 24 | 70 | 10 | 100 | 0 | 126 | 116 | 151 | 113 | 15 |
| Binary | 10100 | 111000 | 1000 | 1000000 | 0 | 1010110 | 1001110 | 1101001 | 1001011 | 1101 |
Color Harmonies of #143808
Complementary color
Monochromatic Colors of #143808
Black with #143808
Text Example
Text Example
White with #143808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143808; }
p { color: rgb(20,56,8); }
H1.HeaderClassName
{
color: #143808;
}
.AnyTagClassName
{
color: #143808;
}
</style>
background-color css
<style>
a { background-color: #143808; }
a { background-color: rgb(20,56,8); }
div.DivClassName
{
background-color: #143808;
}
.BgClassName
{
background-color: #143808;
}
</style>
border-color css
<style>
span { border-color: #143808; }
span { border-color: rgb(20,56,8); }
td.TdClassName
{
border-color: #143808;
}
.TagClassName
{
border-color: #143808;
}
</style>