Shades of Myrtle #143310
Tints of Myrtle #143310
RGB
CMYK
RGB Variations
Color information
#143310 (or 0x143310) is known color: Myrtle. HEX triplet: 14, 33 and 10. RGB value is (20,51,16). Sum of RGB (Red+Green+Blue) = 20+51+16=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 51 (20.31% from 255 or 58.62% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 51 - color contains mainly: green. Hex color #143310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143310 is #EBCCEF. Grayscale: #252525. Windows color (decimal): -15453424 or 1061652. OLE color: 1061652.
HSL color Cylindrical-coordinate representation of color #143310: hue angle of 113.14º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #143310 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 20 | 51 | 16 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.8 |
| HSL | 113.14º | 0.52% | 0.13% | - |
| HSV(B) | 113.14º | 0.69% | 0.2% | - |
| XYZ | 1.57 | 2.55 | 0.9 | - |
| YUV | 37.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 16 | 0.61 | 0 | 0.69 | 0.8 | 113.14 | 0.52 | 0.13 |
| Hex | 14 | 33 | 10 | 3D | 0 | 45 | 50 | 71 | 34 | D |
| Octal | 24 | 63 | 20 | 75 | 0 | 105 | 120 | 161 | 64 | 15 |
| Binary | 10100 | 110011 | 10000 | 111101 | 0 | 1000101 | 1010000 | 1110001 | 110100 | 1101 |
Color Harmonies of #143310
Complementary color
Monochromatic Colors of #143310
Black with #143310
Text Example
Text Example
White with #143310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143310; }
p { color: rgb(20,51,16); }
H1.HeaderClassName
{
color: #143310;
}
.AnyTagClassName
{
color: #143310;
}
</style>
background-color css
<style>
a { background-color: #143310; }
a { background-color: rgb(20,51,16); }
div.DivClassName
{
background-color: #143310;
}
.BgClassName
{
background-color: #143310;
}
</style>
border-color css
<style>
span { border-color: #143310; }
span { border-color: rgb(20,51,16); }
td.TdClassName
{
border-color: #143310;
}
.TagClassName
{
border-color: #143310;
}
</style>