#20454F

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

Shades of Green Vogue #20454F

Tints of Green Vogue #20454F

Color information

#20454F (or 0x20454F) is unknown color: approx Green Vogue. HEX triplet: 20, 45 and 4F. RGB value is (32,69,79). Sum of RGB (Red+Green+Blue) = 32+69+79=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 79 - color contains mainly: blue. Hex color #20454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20454F is #DFBAB0. Grayscale: #3B3B3B. Windows color (decimal): -14662321 or 5195040. OLE color: 5195040.

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

Color convert

RGB326979-
CMYK0.590.1300.69
HSL192.77º42.34%21.76%-
HSV(B)192.77º59.49%30.98%-
XYZ4.145.138.17-
YUV59.08139.24108.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.78%
GREEN value IS 69 (27.34% from 255) = 38.33%
BLUE value IS 79 (31.25% from 255) = 43.89%
R=17.78%
G=38.33%
B=43.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3269790.590.1300.69192.7742.3421.76
Hex20454F3BD045c12a16
Octal40105117731501053015226
Binary100000100010110011111110111101010001011100000110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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