Shades of Myrtle #143206
Tints of Myrtle #143206
RGB
CMYK
RGB Variations
Color information
#143206 (or 0x143206) is known color: Myrtle. HEX triplet: 14, 32 and 06. RGB value is (20,50,6). Sum of RGB (Red+Green+Blue) = 20+50+6=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #143206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143206 is #EBCDF9. Grayscale: #242424. Windows color (decimal): -15453690 or 406036. OLE color: 406036.
HSL color Cylindrical-coordinate representation of color #143206: hue angle of 100.91º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #143206 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 50 | 6 | - |
| CMYK | 0.60 | 0 | 0.88 | 0.80 |
| HSL | 100.91º | 0.79% | 0.11% | - |
| HSV(B) | 100.91º | 0.88% | 0.2% | - |
| XYZ | 1.46 | 2.44 | 0.57 | - |
| YUV | 36.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 6 | 0.60 | 0 | 0.88 | 0.80 | 100.91 | 0.79 | 0.11 |
| Hex | 14 | 32 | 6 | 3C | 0 | 58 | 50 | 65 | 4F | B |
| Octal | 24 | 62 | 6 | 74 | 0 | 130 | 120 | 145 | 117 | 13 |
| Binary | 10100 | 110010 | 110 | 111100 | 0 | 1011000 | 1010000 | 1100101 | 1001111 | 1011 |
Color Harmonies of #143206
Complementary color
Monochromatic Colors of #143206
Black with #143206
Text Example
Text Example
White with #143206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143206; }
p { color: rgb(20,50,6); }
H1.HeaderClassName
{
color: #143206;
}
.AnyTagClassName
{
color: #143206;
}
</style>
background-color css
<style>
a { background-color: #143206; }
a { background-color: rgb(20,50,6); }
div.DivClassName
{
background-color: #143206;
}
.BgClassName
{
background-color: #143206;
}
</style>
border-color css
<style>
span { border-color: #143206; }
span { border-color: rgb(20,50,6); }
td.TdClassName
{
border-color: #143206;
}
.TagClassName
{
border-color: #143206;
}
</style>