Shades of Myrtle #144313
Tints of Myrtle #144313
RGB
CMYK
RGB Variations
Color information
#144313 (or 0x144313) is known color: Myrtle. HEX triplet: 14, 43 and 13. RGB value is (20,67,19). Sum of RGB (Red+Green+Blue) = 20+67+19=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 67 (26.56% from 255 or 63.21% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 67 - color contains mainly: green. Hex color #144313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144313 is #EBBCEC. Grayscale: #2F2F2F. Windows color (decimal): -15449325 or 1262356. OLE color: 1262356.
HSL color Cylindrical-coordinate representation of color #144313: hue angle of 118.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144313 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 67 | 19 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.74 |
| HSL | 118.75º | 0.56% | 0.17% | - |
| HSV(B) | 118.75º | 0.72% | 0.26% | - |
| XYZ | 2.41 | 4.21 | 1.3 | - |
| YUV | 47.48 | 111.93 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 19 | 0.70 | 0 | 0.72 | 0.74 | 118.75 | 0.56 | 0.17 |
| Hex | 14 | 43 | 13 | 46 | 0 | 48 | 4A | 77 | 38 | 11 |
| Octal | 24 | 103 | 23 | 106 | 0 | 110 | 112 | 167 | 70 | 21 |
| Binary | 10100 | 1000011 | 10011 | 1000110 | 0 | 1001000 | 1001010 | 1110111 | 111000 | 10001 |
Color Harmonies of #144313
Complementary color
Monochromatic Colors of #144313
Black with #144313
Text Example
Text Example
White with #144313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144313; }
p { color: rgb(20,67,19); }
H1.HeaderClassName
{
color: #144313;
}
.AnyTagClassName
{
color: #144313;
}
</style>
background-color css
<style>
a { background-color: #144313; }
a { background-color: rgb(20,67,19); }
div.DivClassName
{
background-color: #144313;
}
.BgClassName
{
background-color: #144313;
}
</style>
border-color css
<style>
span { border-color: #144313; }
span { border-color: rgb(20,67,19); }
td.TdClassName
{
border-color: #144313;
}
.TagClassName
{
border-color: #144313;
}
</style>