#20454D

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

Shades of Green Vogue #20454D

Tints of Green Vogue #20454D

Color information

#20454D (or 0x20454D) is unknown color: approx Green Vogue. HEX triplet: 20, 45 and 4D. RGB value is (32,69,77). Sum of RGB (Red+Green+Blue) = 32+69+77=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #20454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20454D is #DFBAB2. Grayscale: #3A3A3A. Windows color (decimal): -14662323 or 5063968. OLE color: 5063968.

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

Color convert

RGB326977-
CMYK0.580.1000.70
HSL190.67º41.28%21.37%-
HSV(B)190.67º58.44%30.2%-
XYZ4.065.17.79-
YUV58.85138.24108.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.98%
GREEN value IS 69 (27.34% from 255) = 38.76%
BLUE value IS 77 (30.47% from 255) = 43.26%
R=17.98%
G=38.76%
B=43.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3269770.580.1000.70190.6741.2821.37
Hex20454D3AA046bf2915
Octal40105115721201062775125
Binary100000100010110011011110101010010001101011111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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