#20434E

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

Shades of Green Vogue #20434E

Tints of Green Vogue #20434E

Color information

#20434E (or 0x20434E) is unknown color: approx Green Vogue. HEX triplet: 20, 43 and 4E. RGB value is (32,67,78). Sum of RGB (Red+Green+Blue) = 32+67+78=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 78 - color contains mainly: blue. Hex color #20434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20434E is #DFBCB1. Grayscale: #393939. Windows color (decimal): -14662834 or 5128992. OLE color: 5128992.

HSL color Cylindrical-coordinate representation of color #20434E: hue angle of 194.35º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20434E is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB326778-
CMYK0.590.1400.69
HSL194.35º41.82%21.57%-
HSV(B)194.35º58.97%30.59%-
XYZ3.984.877.94-
YUV57.79139.4109.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 67 (26.56% from 255) = 37.85%
BLUE value IS 78 (30.86% from 255) = 44.07%
R=18.08%
G=37.85%
B=44.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3267780.590.1400.69194.3541.8221.57
Hex20434E3BE045c22a16
Octal40103116731601053025226
Binary100000100001110011101110111110010001011100001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20434E; }

 p { color: rgb(32,67,78); }

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

<style>
 a { background-color: #20434E; }

 a { background-color: rgb(32,67,78); }

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

<style>
 span { border-color: #20434E; }

 span { border-color: rgb(32,67,78); }

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