#144D18

Color #144D18 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #144D18

Tints of Myrtle #144D18

Color information

#144D18 (or 0x144D18) is unknown color: approx Myrtle. HEX triplet: 14, 4D and 18. RGB value is (20,77,24). Sum of RGB (Red+Green+Blue) = 20+77+24=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 77 (30.47% from 255 or 63.64% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 77 - color contains mainly: green. Hex color #144D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #144D18 is #EBB2E7. Grayscale: #363636. Windows color (decimal): -15446760 or 1592596. OLE color: 1592596.

HSL color Cylindrical-coordinate representation of color #144D18: hue angle of 124.21º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144D18 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.70.

Color convert

RGB207724-
CMYK0.7400.690.70
HSL124.21º58.76%19.02%-
HSV(B)124.21º74.03%30.2%-
XYZ3.115.521.77-
YUV53.91111.12103.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 77 (30.47% from 255) = 63.64%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=16.53%
G=63.64%
B=19.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2077240.7400.690.70124.2158.7619.02
Hex144D184A045467c3b13
Octal241153011201051061747323
Binary101001001101110001001010010001011000110111110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144D18; }

 p { color: rgb(20,77,24); }

 H1.HeaderClassName
 {
   color: #144D18;
 }
 .AnyTagClassName
 {
   color: #144D18;
 }
</style>
background-color css

<style>
 a { background-color: #144D18; }

 a { background-color: rgb(20,77,24); }

 div.DivClassName
 {
   background-color: #144D18;
 }
 .BgClassName
 {
   background-color: #144D18;
 }
</style>
border-color css

<style>
 span { border-color: #144D18; }

 span { border-color: rgb(20,77,24); }

 td.TdClassName
 {
   border-color: #144D18;
 }
 .TagClassName
 {
   border-color: #144D18;
 }
</style>