#204250

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

Shades of Green Vogue #204250

Tints of Green Vogue #204250

Color information

#204250 (or 0x204250) is unknown color: approx Green Vogue. HEX triplet: 20, 42 and 50. RGB value is (32,66,80). Sum of RGB (Red+Green+Blue) = 32+66+80=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #204250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204250 is #DFBDAF. Grayscale: #393939. Windows color (decimal): -14663088 or 5259808. OLE color: 5259808.

HSL color Cylindrical-coordinate representation of color #204250: hue angle of 197.5º 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 #204250 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB326680-
CMYK0.600.1700.69
HSL197.5º42.86%21.96%-
HSV(B)197.5º60%31.37%-
XYZ3.994.788.3-
YUV57.43140.74109.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.98%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 80 (31.64% from 255) = 44.94%
R=17.98%
G=37.08%
B=44.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3266800.600.1700.69197.542.8621.96
Hex2042503C11045c62b16
Octal40102120742101053065326
Binary1000001000010101000011110010001010001011100011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204250; }

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

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

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

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

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

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

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

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