#14404E

Color #14404E Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #14404E

Tints of Green Vogue #14404E

Color information

#14404E (or 0x14404E) is unknown color: approx Green Vogue. HEX triplet: 14, 40 and 4E. RGB value is (20,64,78). Sum of RGB (Red+Green+Blue) = 20+64+78=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #14404E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14404E is #EBBFB1. Grayscale: #343434. Windows color (decimal): -15450034 or 5128212. OLE color: 5128212.

HSL color Cylindrical-coordinate representation of color #14404E: hue angle of 194.48º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14404E is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB206478-
CMYK0.740.1800.69
HSL194.48º59.18%19.22%-
HSV(B)194.48º74.36%30.59%-
XYZ3.54.377.87-
YUV52.44142.42104.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 78 (30.86% from 255) = 48.15%
R=12.35%
G=39.51%
B=48.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2064780.740.1800.69194.4859.1819.22
Hex14404E4A12045c23b13
Octal241001161122201053027323
Binary1010010000001001110100101010010010001011100001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14404E; }

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

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

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

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

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

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

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

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