#20414D

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

Shades of Green Vogue #20414D

Tints of Green Vogue #20414D

Color information

#20414D (or 0x20414D) is unknown color: approx Green Vogue. HEX triplet: 20, 41 and 4D. RGB value is (32,65,77). Sum of RGB (Red+Green+Blue) = 32+65+77=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #20414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20414D is #DFBEB2. Grayscale: #383838. Windows color (decimal): -14663347 or 5062944. OLE color: 5062944.

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

Color convert

RGB326577-
CMYK0.580.1600.70
HSL196º41.28%21.37%-
HSV(B)196º58.44%30.2%-
XYZ3.834.627.71-
YUV56.5139.57110.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.39%
GREEN value IS 65 (25.78% from 255) = 37.36%
BLUE value IS 77 (30.47% from 255) = 44.25%
R=18.39%
G=37.36%
B=44.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3265770.580.1600.7019641.2821.37
Hex20414D3A10046c42915
Octal40101115722001063045125
Binary1000001000001100110111101010000010001101100010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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