#20414C

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

Shades of Green Vogue #20414C

Tints of Green Vogue #20414C

Color information

#20414C (or 0x20414C) is unknown color: approx Green Vogue. HEX triplet: 20, 41 and 4C. RGB value is (32,65,76). Sum of RGB (Red+Green+Blue) = 32+65+76=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #20414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20414C is #DFBEB3. Grayscale: #383838. Windows color (decimal): -14663348 or 4997408. OLE color: 4997408.

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

Color convert

RGB326576-
CMYK0.580.1400.70
HSL195º40.74%21.18%-
HSV(B)195º57.89%29.8%-
XYZ3.794.617.53-
YUV56.39139.07110.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.50%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 76 (30.08% from 255) = 43.93%
R=18.50%
G=37.57%
B=43.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3265760.580.1400.7019540.7421.18
Hex20414C3AE046c32915
Octal40101114721601063035125
Binary100000100000110011001110101110010001101100001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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