#144119

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

Shades of Myrtle #144119

Tints of Myrtle #144119

Color information

#144119 (or 0x144119) is unknown color: approx Myrtle. HEX triplet: 14, 41 and 19. RGB value is (20,65,25). Sum of RGB (Red+Green+Blue) = 20+65+25=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #144119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144119 is #EBBEE6. Grayscale: #2F2F2F. Windows color (decimal): -15449831 or 1655060. OLE color: 1655060.

HSL color Cylindrical-coordinate representation of color #144119: hue angle of 126.67º 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 #144119 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB206525-
CMYK0.6900.620.75
HSL126.67º52.94%16.67%-
HSV(B)126.67º69.23%25.49%-
XYZ2.3541.57-
YUV46.98115.59108.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 65 (25.78% from 255) = 59.09%
BLUE value IS 25 (10.16% from 255) = 22.73%
R=18.18%
G=59.09%
B=22.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2065250.6900.620.75126.6752.9416.67
Hex1441194503E4B7f3511
Octal24101311050761131776521
Binary10100100000111001100010101111101001011111111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144119; }

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

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

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

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

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

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

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

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