#20404D

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

Shades of Green Vogue #20404D

Tints of Green Vogue #20404D

Color information

#20404D (or 0x20404D) is unknown color: approx Green Vogue. HEX triplet: 20, 40 and 4D. RGB value is (32,64,77). Sum of RGB (Red+Green+Blue) = 32+64+77=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #20404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20404D is #DFBFB2. Grayscale: #373737. Windows color (decimal): -14663603 or 5062688. OLE color: 5062688.

HSL color Cylindrical-coordinate representation of color #20404D: hue angle of 197.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20404D is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB326477-
CMYK0.580.1700.70
HSL197.33º41.28%21.37%-
HSV(B)197.33º58.44%30.2%-
XYZ3.774.517.69-
YUV55.91139.9110.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.50%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 77 (30.47% from 255) = 44.51%
R=18.50%
G=36.99%
B=44.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3264770.580.1700.70197.3341.2821.37
Hex20404D3A11046c52915
Octal40100115722101063055125
Binary1000001000000100110111101010001010001101100010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20404D; }

 p { color: rgb(32,64,77); }

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

<style>
 a { background-color: #20404D; }

 a { background-color: rgb(32,64,77); }

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

<style>
 span { border-color: #20404D; }

 span { border-color: rgb(32,64,77); }

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