#20424C

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

Shades of Green Vogue #20424C

Tints of Green Vogue #20424C

Color information

#20424C (or 0x20424C) is unknown color: approx Green Vogue. HEX triplet: 20, 42 and 4C. RGB value is (32,66,76). Sum of RGB (Red+Green+Blue) = 32+66+76=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 76 - color contains mainly: blue. Hex color #20424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20424C is #DFBDB3. Grayscale: #383838. Windows color (decimal): -14663092 or 4997664. OLE color: 4997664.

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

Color convert

RGB326676-
CMYK0.580.1300.70
HSL193.64º40.74%21.18%-
HSV(B)193.64º57.89%29.8%-
XYZ3.854.737.55-
YUV56.97138.74110.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.39%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 76 (30.08% from 255) = 43.68%
R=18.39%
G=37.93%
B=43.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3266760.580.1300.70193.6440.7421.18
Hex20424C3AD046c22915
Octal40102114721501063025125
Binary100000100001010011001110101101010001101100001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20424C; }

 p { color: rgb(32,66,76); }

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

<style>
 a { background-color: #20424C; }

 a { background-color: rgb(32,66,76); }

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

<style>
 span { border-color: #20424C; }

 span { border-color: rgb(32,66,76); }

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