Shades of Myrtle #143617
Tints of Myrtle #143617
RGB
CMYK
RGB Variations
Color information
#143617 (or 0x143617) is known color: Myrtle. HEX triplet: 14, 36 and 17. RGB value is (20,54,23). Sum of RGB (Red+Green+Blue) = 20+54+23=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 54 (21.48% from 255 or 55.67% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 54 - color contains mainly: green. Hex color #143617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143617 is #EBC9E8. Grayscale: #282828. Windows color (decimal): -15452649 or 1521172. OLE color: 1521172.
HSL color Cylindrical-coordinate representation of color #143617: hue angle of 125.29º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #143617 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 54 | 23 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.79 |
| HSL | 125.29º | 0.46% | 0.15% | - |
| HSV(B) | 125.29º | 0.63% | 0.21% | - |
| XYZ | 1.76 | 2.85 | 1.27 | - |
| YUV | 40.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 23 | 0.63 | 0 | 0.57 | 0.79 | 125.29 | 0.46 | 0.15 |
| Hex | 14 | 36 | 17 | 3F | 0 | 39 | 4F | 7D | 2E | F |
| Octal | 24 | 66 | 27 | 77 | 0 | 71 | 117 | 175 | 56 | 17 |
| Binary | 10100 | 110110 | 10111 | 111111 | 0 | 111001 | 1001111 | 1111101 | 101110 | 1111 |
Color Harmonies of #143617
Complementary color
Monochromatic Colors of #143617
Black with #143617
Text Example
Text Example
White with #143617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143617; }
p { color: rgb(20,54,23); }
H1.HeaderClassName
{
color: #143617;
}
.AnyTagClassName
{
color: #143617;
}
</style>
background-color css
<style>
a { background-color: #143617; }
a { background-color: rgb(20,54,23); }
div.DivClassName
{
background-color: #143617;
}
.BgClassName
{
background-color: #143617;
}
</style>
border-color css
<style>
span { border-color: #143617; }
span { border-color: rgb(20,54,23); }
td.TdClassName
{
border-color: #143617;
}
.TagClassName
{
border-color: #143617;
}
</style>