Shades of Myrtle #143507
Tints of Myrtle #143507
RGB
CMYK
RGB Variations
Color information
#143507 (or 0x143507) is known color: Myrtle. HEX triplet: 14, 35 and 07. RGB value is (20,53,7). Sum of RGB (Red+Green+Blue) = 20+53+7=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 53 (21.09% from 255 or 66.25% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 53 - color contains mainly: green. Hex color #143507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143507 is #EBCAF8. Grayscale: #262626. Windows color (decimal): -15452921 or 472340. OLE color: 472340.
HSL color Cylindrical-coordinate representation of color #143507: hue angle of 103.04º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #143507 is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 53 | 7 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.79 |
| HSL | 103.04º | 0.77% | 0.12% | - |
| HSV(B) | 103.04º | 0.87% | 0.21% | - |
| XYZ | 1.6 | 2.71 | 0.64 | - |
| YUV | 37.89 | 110.57 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 7 | 0.62 | 0 | 0.87 | 0.79 | 103.04 | 0.77 | 0.12 |
| Hex | 14 | 35 | 7 | 3E | 0 | 57 | 4F | 67 | 4D | C |
| Octal | 24 | 65 | 7 | 76 | 0 | 127 | 117 | 147 | 115 | 14 |
| Binary | 10100 | 110101 | 111 | 111110 | 0 | 1010111 | 1001111 | 1100111 | 1001101 | 1100 |
Color Harmonies of #143507
Complementary color
Monochromatic Colors of #143507
Black with #143507
Text Example
Text Example
White with #143507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143507; }
p { color: rgb(20,53,7); }
H1.HeaderClassName
{
color: #143507;
}
.AnyTagClassName
{
color: #143507;
}
</style>
background-color css
<style>
a { background-color: #143507; }
a { background-color: rgb(20,53,7); }
div.DivClassName
{
background-color: #143507;
}
.BgClassName
{
background-color: #143507;
}
</style>
border-color css
<style>
span { border-color: #143507; }
span { border-color: rgb(20,53,7); }
td.TdClassName
{
border-color: #143507;
}
.TagClassName
{
border-color: #143507;
}
</style>