#20424E

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

Shades of Green Vogue #20424E

Tints of Green Vogue #20424E

Color information

#20424E (or 0x20424E) is unknown color: approx Green Vogue. HEX triplet: 20, 42 and 4E. RGB value is (32,66,78). Sum of RGB (Red+Green+Blue) = 32+66+78=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #20424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20424E is #DFBDB1. Grayscale: #393939. Windows color (decimal): -14663090 or 5128736. OLE color: 5128736.

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

Color convert

RGB326678-
CMYK0.590.1500.69
HSL195.65º41.82%21.57%-
HSV(B)195.65º58.97%30.59%-
XYZ3.924.757.92-
YUV57.2139.74110.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.18%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 78 (30.86% from 255) = 44.32%
R=18.18%
G=37.5%
B=44.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3266780.590.1500.69195.6541.8221.57
Hex20424E3BF045c42a16
Octal40102116731701053045226
Binary100000100001010011101110111111010001011100010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,66,78); }

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

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

 a { background-color: rgb(32,66,78); }

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

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

 span { border-color: rgb(32,66,78); }

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