#14401A

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

Shades of Myrtle #14401A

Tints of Myrtle #14401A

Color information

#14401A (or 0x14401A) is unknown color: approx Myrtle. HEX triplet: 14, 40 and 1A. RGB value is (20,64,26). Sum of RGB (Red+Green+Blue) = 20+64+26=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #14401A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14401A is #EBBFE5. Grayscale: #2E2E2E. Windows color (decimal): -15450086 or 1720340. OLE color: 1720340.

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

Color convert

RGB206426-
CMYK0.6900.590.75
HSL128.18º52.38%16.47%-
HSV(B)128.18º68.75%25.1%-
XYZ2.313.891.61-
YUV46.51116.42109.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 64 (25.39% from 255) = 58.18%
BLUE value IS 26 (10.55% from 255) = 23.64%
R=18.18%
G=58.18%
B=23.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2064260.6900.590.75128.1852.3816.47
Hex14401A4503B4B803410
Octal24100321050731132006420
Binary101001000000110101000101011101110010111000000011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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