#20444D

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

Shades of Green Vogue #20444D

Tints of Green Vogue #20444D

Color information

#20444D (or 0x20444D) is unknown color: approx Green Vogue. HEX triplet: 20, 44 and 4D. RGB value is (32,68,77). Sum of RGB (Red+Green+Blue) = 32+68+77=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #20444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20444D is #DFBBB2. Grayscale: #3A3A3A. Windows color (decimal): -14662579 or 5063712. OLE color: 5063712.

HSL color Cylindrical-coordinate representation of color #20444D: hue angle of 192º 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 #20444D is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB326877-
CMYK0.580.1200.70
HSL192º41.28%21.37%-
HSV(B)192º58.44%30.2%-
XYZ44.987.77-
YUV58.26138.57109.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=18.08%
G=38.42%
B=43.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3268770.580.1200.7019241.2821.37
Hex20444D3AC046c02915
Octal40104115721401063005125
Binary100000100010010011011110101100010001101100000010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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