Shades of Myrtle #144312
Tints of Myrtle #144312
RGB
CMYK
RGB Variations
Color information
#144312 (or 0x144312) is known color: Myrtle. HEX triplet: 14, 43 and 12. RGB value is (20,67,18). Sum of RGB (Red+Green+Blue) = 20+67+18=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 67 (26.56% from 255 or 63.81% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 67 - color contains mainly: green. Hex color #144312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144312 is #EBBCED. Grayscale: #2F2F2F. Windows color (decimal): -15449326 or 1196820. OLE color: 1196820.
HSL color Cylindrical-coordinate representation of color #144312: hue angle of 117.55º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144312 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 67 | 18 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.74 |
| HSL | 117.55º | 0.58% | 0.17% | - |
| HSV(B) | 117.55º | 0.73% | 0.26% | - |
| XYZ | 2.4 | 4.21 | 1.26 | - |
| YUV | 47.36 | 111.43 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 18 | 0.70 | 0 | 0.73 | 0.74 | 117.55 | 0.58 | 0.17 |
| Hex | 14 | 43 | 12 | 46 | 0 | 49 | 4A | 76 | 3A | 11 |
| Octal | 24 | 103 | 22 | 106 | 0 | 111 | 112 | 166 | 72 | 21 |
| Binary | 10100 | 1000011 | 10010 | 1000110 | 0 | 1001001 | 1001010 | 1110110 | 111010 | 10001 |
Color Harmonies of #144312
Complementary color
Monochromatic Colors of #144312
Black with #144312
Text Example
Text Example
White with #144312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144312; }
p { color: rgb(20,67,18); }
H1.HeaderClassName
{
color: #144312;
}
.AnyTagClassName
{
color: #144312;
}
</style>
background-color css
<style>
a { background-color: #144312; }
a { background-color: rgb(20,67,18); }
div.DivClassName
{
background-color: #144312;
}
.BgClassName
{
background-color: #144312;
}
</style>
border-color css
<style>
span { border-color: #144312; }
span { border-color: rgb(20,67,18); }
td.TdClassName
{
border-color: #144312;
}
.TagClassName
{
border-color: #144312;
}
</style>