#144118

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

Shades of Myrtle #144118

Tints of Myrtle #144118

Color information

#144118 (or 0x144118) is unknown color: approx Myrtle. HEX triplet: 14, 41 and 18. RGB value is (20,65,24). Sum of RGB (Red+Green+Blue) = 20+65+24=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 65 (25.78% from 255 or 59.63% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 65 - color contains mainly: green. Hex color #144118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144118 is #EBBEE7. Grayscale: #2E2E2E. Windows color (decimal): -15449832 or 1589524. OLE color: 1589524.

HSL color Cylindrical-coordinate representation of color #144118: hue angle of 125.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144118 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB206524-
CMYK0.6900.630.75
HSL125.33º52.94%16.67%-
HSV(B)125.33º69.23%25.49%-
XYZ2.3441.51-
YUV46.87115.09108.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 65 (25.78% from 255) = 59.63%
BLUE value IS 24 (9.77% from 255) = 22.02%
R=18.35%
G=59.63%
B=22.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2065240.6900.630.75125.3352.9416.67
Hex1441184503F4B7d3511
Octal24101301050771131756521
Binary10100100000111000100010101111111001011111110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144118; }

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

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

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

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

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

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

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

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