#20444A

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

Shades of Green Vogue #20444A

Tints of Green Vogue #20444A

Color information

#20444A (or 0x20444A) is unknown color: approx Green Vogue. HEX triplet: 20, 44 and 4A. RGB value is (32,68,74). Sum of RGB (Red+Green+Blue) = 32+68+74=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #20444A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20444A is #DFBBB5. Grayscale: #393939. Windows color (decimal): -14662582 or 4867104. OLE color: 4867104.

HSL color Cylindrical-coordinate representation of color #20444A: hue angle of 188.57º 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 #20444A is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB326874-
CMYK0.570.0800.71
HSL188.57º39.62%20.78%-
HSV(B)188.57º56.76%29.02%-
XYZ3.94.947.23-
YUV57.92137.07109.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.39%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=18.39%
G=39.08%
B=42.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3268740.570.0800.71188.5739.6220.78
Hex20444A398047bd2815
Octal40104112711001072755025
Binary100000100010010010101110011000010001111011110110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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