Shades of Myrtle #143411
Tints of Myrtle #143411
RGB
CMYK
RGB Variations
Color information
#143411 (or 0x143411) is known color: Myrtle. HEX triplet: 14, 34 and 11. RGB value is (20,52,17). Sum of RGB (Red+Green+Blue) = 20+52+17=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 52 (20.70% from 255 or 58.43% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 52 - color contains mainly: green. Hex color #143411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143411 is #EBCBEE. Grayscale: #262626. Windows color (decimal): -15453167 or 1127444. OLE color: 1127444.
HSL color Cylindrical-coordinate representation of color #143411: hue angle of 114.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143411 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 52 | 17 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.80 |
| HSL | 114.86º | 0.51% | 0.14% | - |
| HSV(B) | 114.86º | 0.67% | 0.2% | - |
| XYZ | 1.62 | 2.65 | 0.96 | - |
| YUV | 38.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 17 | 0.62 | 0 | 0.67 | 0.80 | 114.86 | 0.51 | 0.14 |
| Hex | 14 | 34 | 11 | 3E | 0 | 43 | 50 | 73 | 33 | E |
| Octal | 24 | 64 | 21 | 76 | 0 | 103 | 120 | 163 | 63 | 16 |
| Binary | 10100 | 110100 | 10001 | 111110 | 0 | 1000011 | 1010000 | 1110011 | 110011 | 1110 |
Color Harmonies of #143411
Complementary color
Monochromatic Colors of #143411
Black with #143411
Text Example
Text Example
White with #143411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143411; }
p { color: rgb(20,52,17); }
H1.HeaderClassName
{
color: #143411;
}
.AnyTagClassName
{
color: #143411;
}
</style>
background-color css
<style>
a { background-color: #143411; }
a { background-color: rgb(20,52,17); }
div.DivClassName
{
background-color: #143411;
}
.BgClassName
{
background-color: #143411;
}
</style>
border-color css
<style>
span { border-color: #143411; }
span { border-color: rgb(20,52,17); }
td.TdClassName
{
border-color: #143411;
}
.TagClassName
{
border-color: #143411;
}
</style>