Shades of Myrtle #143409
Tints of Myrtle #143409
RGB
CMYK
RGB Variations
Color information
#143409 (or 0x143409) is known color: Myrtle. HEX triplet: 14, 34 and 09. RGB value is (20,52,9). Sum of RGB (Red+Green+Blue) = 20+52+9=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 52 (20.70% from 255 or 64.20% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 52 - color contains mainly: green. Hex color #143409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143409 is #EBCBF6. Grayscale: #252525. Windows color (decimal): -15453175 or 603156. OLE color: 603156.
HSL color Cylindrical-coordinate representation of color #143409: hue angle of 104.65º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143409 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 52 | 9 | - |
| CMYK | 0.62 | 0 | 0.83 | 0.80 |
| HSL | 104.65º | 0.7% | 0.12% | - |
| HSV(B) | 104.65º | 0.83% | 0.2% | - |
| XYZ | 1.57 | 2.62 | 0.68 | - |
| YUV | 37.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 9 | 0.62 | 0 | 0.83 | 0.80 | 104.65 | 0.7 | 0.12 |
| Hex | 14 | 34 | 9 | 3E | 0 | 53 | 50 | 69 | 46 | C |
| Octal | 24 | 64 | 11 | 76 | 0 | 123 | 120 | 151 | 106 | 14 |
| Binary | 10100 | 110100 | 1001 | 111110 | 0 | 1010011 | 1010000 | 1101001 | 1000110 | 1100 |
Color Harmonies of #143409
Complementary color
Monochromatic Colors of #143409
Black with #143409
Text Example
Text Example
White with #143409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143409; }
p { color: rgb(20,52,9); }
H1.HeaderClassName
{
color: #143409;
}
.AnyTagClassName
{
color: #143409;
}
</style>
background-color css
<style>
a { background-color: #143409; }
a { background-color: rgb(20,52,9); }
div.DivClassName
{
background-color: #143409;
}
.BgClassName
{
background-color: #143409;
}
</style>
border-color css
<style>
span { border-color: #143409; }
span { border-color: rgb(20,52,9); }
td.TdClassName
{
border-color: #143409;
}
.TagClassName
{
border-color: #143409;
}
</style>