#20404B

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

Shades of Green Vogue #20404B

Tints of Green Vogue #20404B

Color information

#20404B (or 0x20404B) is unknown color: approx Green Vogue. HEX triplet: 20, 40 and 4B. RGB value is (32,64,75). Sum of RGB (Red+Green+Blue) = 32+64+75=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #20404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20404B is #DFBFB4. Grayscale: #373737. Windows color (decimal): -14663605 or 4931616. OLE color: 4931616.

HSL color Cylindrical-coordinate representation of color #20404B: hue angle of 195.35º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #20404B is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB326475-
CMYK0.570.1500.71
HSL195.35º40.19%20.98%-
HSV(B)195.35º57.33%29.41%-
XYZ3.74.487.33-
YUV55.69138.9111.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.71%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 75 (29.69% from 255) = 43.86%
R=18.71%
G=37.43%
B=43.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3264750.570.1500.71195.3540.1920.98
Hex20404B39F047c32815
Octal40100113711701073035025
Binary100000100000010010111110011111010001111100001110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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