#204550

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

Shades of Green Vogue #204550

Tints of Green Vogue #204550

Color information

#204550 (or 0x204550) is unknown color: approx Green Vogue. HEX triplet: 20, 45 and 50. RGB value is (32,69,80). Sum of RGB (Red+Green+Blue) = 32+69+80=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #204550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204550 is #DFBAAF. Grayscale: #3B3B3B. Windows color (decimal): -14662320 or 5260576. OLE color: 5260576.

HSL color Cylindrical-coordinate representation of color #204550: hue angle of 193.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #204550 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB326980-
CMYK0.600.1400.69
HSL193.75º42.86%21.96%-
HSV(B)193.75º60%31.37%-
XYZ4.175.148.36-
YUV59.19139.74108.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.68%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=17.68%
G=38.12%
B=44.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3269800.600.1400.69193.7542.8621.96
Hex2045503CE045c22b16
Octal40105120741601053025326
Binary100000100010110100001111001110010001011100001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204550; }

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

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

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

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

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

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

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

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