#14411A

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

Shades of Myrtle #14411A

Tints of Myrtle #14411A

Color information

#14411A (or 0x14411A) is unknown color: approx Myrtle. HEX triplet: 14, 41 and 1A. RGB value is (20,65,26). Sum of RGB (Red+Green+Blue) = 20+65+26=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #14411A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14411A is #EBBEE5. Grayscale: #2F2F2F. Windows color (decimal): -15449830 or 1720596. OLE color: 1720596.

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

Color convert

RGB206526-
CMYK0.6900.600.75
HSL128º52.94%16.67%-
HSV(B)128º69.23%25.49%-
XYZ2.3741.63-
YUV47.1116.09108.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.02%
GREEN value IS 65 (25.78% from 255) = 58.56%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=18.02%
G=58.56%
B=23.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2065260.6900.600.7512852.9416.67
Hex14411A4503C4B803511
Octal24101321050741132006521
Binary101001000001110101000101011110010010111000000011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14411A; }

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

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

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

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

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

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

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

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