#20414E

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

Shades of Green Vogue #20414E

Tints of Green Vogue #20414E

Color information

#20414E (or 0x20414E) is unknown color: approx Green Vogue. HEX triplet: 20, 41 and 4E. RGB value is (32,65,78). Sum of RGB (Red+Green+Blue) = 32+65+78=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #20414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20414E is #DFBEB1. Grayscale: #383838. Windows color (decimal): -14663346 or 5128480. OLE color: 5128480.

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

Color convert

RGB326578-
CMYK0.590.1700.69
HSL196.96º41.82%21.57%-
HSV(B)196.96º58.97%30.59%-
XYZ3.864.647.9-
YUV56.61140.07110.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.29%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 78 (30.86% from 255) = 44.57%
R=18.29%
G=37.14%
B=44.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3265780.590.1700.69196.9641.8221.57
Hex20414E3B11045c52a16
Octal40101116732101053055226
Binary1000001000001100111011101110001010001011100010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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