Shades of Myrtle #143505
Tints of Myrtle #143505
RGB
CMYK
RGB Variations
Color information
#143505 (or 0x143505) is known color: Myrtle. HEX triplet: 14, 35 and 05. RGB value is (20,53,5). Sum of RGB (Red+Green+Blue) = 20+53+5=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 53 (21.09% from 255 or 67.95% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 53 - color contains mainly: green. Hex color #143505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143505 is #EBCAFA. Grayscale: #252525. Windows color (decimal): -15452923 or 341268. OLE color: 341268.
HSL color Cylindrical-coordinate representation of color #143505: hue angle of 101.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143505 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 53 | 5 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.79 |
| HSL | 101.25º | 0.83% | 0.11% | - |
| HSV(B) | 101.25º | 0.91% | 0.21% | - |
| XYZ | 1.59 | 2.71 | 0.58 | - |
| YUV | 37.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 5 | 0.62 | 0 | 0.91 | 0.79 | 101.25 | 0.83 | 0.11 |
| Hex | 14 | 35 | 5 | 3E | 0 | 5B | 4F | 65 | 53 | B |
| Octal | 24 | 65 | 5 | 76 | 0 | 133 | 117 | 145 | 123 | 13 |
| Binary | 10100 | 110101 | 101 | 111110 | 0 | 1011011 | 1001111 | 1100101 | 1010011 | 1011 |
Color Harmonies of #143505
Complementary color
Monochromatic Colors of #143505
Black with #143505
Text Example
Text Example
White with #143505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143505; }
p { color: rgb(20,53,5); }
H1.HeaderClassName
{
color: #143505;
}
.AnyTagClassName
{
color: #143505;
}
</style>
background-color css
<style>
a { background-color: #143505; }
a { background-color: rgb(20,53,5); }
div.DivClassName
{
background-color: #143505;
}
.BgClassName
{
background-color: #143505;
}
</style>
border-color css
<style>
span { border-color: #143505; }
span { border-color: rgb(20,53,5); }
td.TdClassName
{
border-color: #143505;
}
.TagClassName
{
border-color: #143505;
}
</style>