Shades of Myrtle #143613
Tints of Myrtle #143613
RGB
CMYK
RGB Variations
Color information
#143613 (or 0x143613) is known color: Myrtle. HEX triplet: 14, 36 and 13. RGB value is (20,54,19). Sum of RGB (Red+Green+Blue) = 20+54+19=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 54 (21.48% from 255 or 58.06% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 54 - color contains mainly: green. Hex color #143613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143613 is #EBC9EC. Grayscale: #272727. Windows color (decimal): -15452653 or 1259028. OLE color: 1259028.
HSL color Cylindrical-coordinate representation of color #143613: hue angle of 118.29º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #143613 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 54 | 19 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.79 |
| HSL | 118.29º | 0.48% | 0.14% | - |
| HSV(B) | 118.29º | 0.65% | 0.21% | - |
| XYZ | 1.73 | 2.83 | 1.07 | - |
| YUV | 39.84 | 116.24 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 19 | 0.63 | 0 | 0.65 | 0.79 | 118.29 | 0.48 | 0.14 |
| Hex | 14 | 36 | 13 | 3F | 0 | 41 | 4F | 76 | 30 | E |
| Octal | 24 | 66 | 23 | 77 | 0 | 101 | 117 | 166 | 60 | 16 |
| Binary | 10100 | 110110 | 10011 | 111111 | 0 | 1000001 | 1001111 | 1110110 | 110000 | 1110 |
Color Harmonies of #143613
Complementary color
Monochromatic Colors of #143613
Black with #143613
Text Example
Text Example
White with #143613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143613; }
p { color: rgb(20,54,19); }
H1.HeaderClassName
{
color: #143613;
}
.AnyTagClassName
{
color: #143613;
}
</style>
background-color css
<style>
a { background-color: #143613; }
a { background-color: rgb(20,54,19); }
div.DivClassName
{
background-color: #143613;
}
.BgClassName
{
background-color: #143613;
}
</style>
border-color css
<style>
span { border-color: #143613; }
span { border-color: rgb(20,54,19); }
td.TdClassName
{
border-color: #143613;
}
.TagClassName
{
border-color: #143613;
}
</style>