#20454E

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

Shades of Green Vogue #20454E

Tints of Green Vogue #20454E

Color information

#20454E (or 0x20454E) is unknown color: approx Green Vogue. HEX triplet: 20, 45 and 4E. RGB value is (32,69,78). Sum of RGB (Red+Green+Blue) = 32+69+78=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 78 - color contains mainly: blue. Hex color #20454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20454E is #DFBAB1. Grayscale: #3A3A3A. Windows color (decimal): -14662322 or 5129504. OLE color: 5129504.

HSL color Cylindrical-coordinate representation of color #20454E: hue angle of 191.74º 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 #20454E is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB326978-
CMYK0.590.1200.69
HSL191.74º41.82%21.57%-
HSV(B)191.74º58.97%30.59%-
XYZ4.15.117.98-
YUV58.96138.74108.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.88%
GREEN value IS 69 (27.34% from 255) = 38.55%
BLUE value IS 78 (30.86% from 255) = 43.58%
R=17.88%
G=38.55%
B=43.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3269780.590.1200.69191.7441.8221.57
Hex20454E3BC045c02a16
Octal40105116731401053005226
Binary100000100010110011101110111100010001011100000010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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