Shades of Myrtle #143306
Tints of Myrtle #143306
RGB
CMYK
RGB Variations
Color information
#143306 (or 0x143306) is known color: Myrtle. HEX triplet: 14, 33 and 06. RGB value is (20,51,6). Sum of RGB (Red+Green+Blue) = 20+51+6=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 51 (20.31% from 255 or 66.23% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 51 - color contains mainly: green. Hex color #143306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143306 is #EBCCF9. Grayscale: #242424. Windows color (decimal): -15453434 or 406292. OLE color: 406292.
HSL color Cylindrical-coordinate representation of color #143306: hue angle of 101.33º 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 #143306 is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 20 | 51 | 6 | - |
| CMYK | 0.61 | 0 | 0.88 | 0.8 |
| HSL | 101.33º | 0.79% | 0.11% | - |
| HSV(B) | 101.33º | 0.88% | 0.2% | - |
| XYZ | 1.51 | 2.53 | 0.58 | - |
| YUV | 36.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 6 | 0.61 | 0 | 0.88 | 0.8 | 101.33 | 0.79 | 0.11 |
| Hex | 14 | 33 | 6 | 3D | 0 | 58 | 50 | 65 | 4F | B |
| Octal | 24 | 63 | 6 | 75 | 0 | 130 | 120 | 145 | 117 | 13 |
| Binary | 10100 | 110011 | 110 | 111101 | 0 | 1011000 | 1010000 | 1100101 | 1001111 | 1011 |
Color Harmonies of #143306
Complementary color
Monochromatic Colors of #143306
Black with #143306
Text Example
Text Example
White with #143306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143306; }
p { color: rgb(20,51,6); }
H1.HeaderClassName
{
color: #143306;
}
.AnyTagClassName
{
color: #143306;
}
</style>
background-color css
<style>
a { background-color: #143306; }
a { background-color: rgb(20,51,6); }
div.DivClassName
{
background-color: #143306;
}
.BgClassName
{
background-color: #143306;
}
</style>
border-color css
<style>
span { border-color: #143306; }
span { border-color: rgb(20,51,6); }
td.TdClassName
{
border-color: #143306;
}
.TagClassName
{
border-color: #143306;
}
</style>