#144014

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

Shades of Myrtle #144014

Tints of Myrtle #144014

Color information

#144014 (or 0x144014) is unknown color: approx Myrtle. HEX triplet: 14, 40 and 14. RGB value is (20,64,20). Sum of RGB (Red+Green+Blue) = 20+64+20=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 64 (25.39% from 255 or 61.54% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 64 - color contains mainly: green. Hex color #144014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144014 is #EBBFEB. Grayscale: #2D2D2D. Windows color (decimal): -15450092 or 1327124. OLE color: 1327124.

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

Color convert

RGB206420-
CMYK0.6900.690.75
HSL120º52.38%16.47%-
HSV(B)120º68.75%25.1%-
XYZ2.253.871.29-
YUV45.83113.42109.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 64 (25.39% from 255) = 61.54%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=19.23%
G=61.54%
B=19.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2064200.6900.690.7512052.3816.47
Hex144014450454B783410
Octal241002410501051131706420
Binary101001000000101001000101010001011001011111100011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144014; }

 p { color: rgb(20,64,20); }

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

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

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

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

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

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

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