#20434D

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

Shades of Green Vogue #20434D

Tints of Green Vogue #20434D

Color information

#20434D (or 0x20434D) is unknown color: approx Green Vogue. HEX triplet: 20, 43 and 4D. RGB value is (32,67,77). Sum of RGB (Red+Green+Blue) = 32+67+77=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #20434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20434D is #DFBCB2. Grayscale: #393939. Windows color (decimal): -14662835 or 5063456. OLE color: 5063456.

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

Color convert

RGB326777-
CMYK0.580.1300.70
HSL193.33º41.28%21.37%-
HSV(B)193.33º58.44%30.2%-
XYZ3.944.867.75-
YUV57.68138.9109.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.18%
GREEN value IS 67 (26.56% from 255) = 38.07%
BLUE value IS 77 (30.47% from 255) = 43.75%
R=18.18%
G=38.07%
B=43.75%

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
Decimal3267770.580.1300.70193.3341.2821.37
Hex20434D3AD046c12915
Octal40103115721501063015125
Binary100000100001110011011110101101010001101100000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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