Shades of Myrtle #143B18
Tints of Myrtle #143B18
RGB
CMYK
RGB Variations
Color information
#143B18 (or 0x143B18) is known color: Myrtle. HEX triplet: 14, 3B and 18. RGB value is (20,59,24). Sum of RGB (Red+Green+Blue) = 20+59+24=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 59 (23.44% from 255 or 57.28% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 59 - color contains mainly: green. Hex color #143B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143B18 is #EBC4E7. Grayscale: #2B2B2B. Windows color (decimal): -15451368 or 1587988. OLE color: 1587988.
HSL color Cylindrical-coordinate representation of color #143B18: hue angle of 126.15º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143B18 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 59 | 24 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.77 |
| HSL | 126.15º | 0.49% | 0.15% | - |
| HSV(B) | 126.15º | 0.66% | 0.23% | - |
| XYZ | 2.02 | 3.34 | 1.4 | - |
| YUV | 43.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 24 | 0.66 | 0 | 0.59 | 0.77 | 126.15 | 0.49 | 0.15 |
| Hex | 14 | 3B | 18 | 42 | 0 | 3B | 4D | 7E | 31 | F |
| Octal | 24 | 73 | 30 | 102 | 0 | 73 | 115 | 176 | 61 | 17 |
| Binary | 10100 | 111011 | 11000 | 1000010 | 0 | 111011 | 1001101 | 1111110 | 110001 | 1111 |
Color Harmonies of #143B18
Complementary color
Monochromatic Colors of #143B18
Black with #143B18
Text Example
Text Example
White with #143B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B18; }
p { color: rgb(20,59,24); }
H1.HeaderClassName
{
color: #143B18;
}
.AnyTagClassName
{
color: #143B18;
}
</style>
background-color css
<style>
a { background-color: #143B18; }
a { background-color: rgb(20,59,24); }
div.DivClassName
{
background-color: #143B18;
}
.BgClassName
{
background-color: #143B18;
}
</style>
border-color css
<style>
span { border-color: #143B18; }
span { border-color: rgb(20,59,24); }
td.TdClassName
{
border-color: #143B18;
}
.TagClassName
{
border-color: #143B18;
}
</style>