#204249

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

Shades of Green Vogue #204249

Tints of Green Vogue #204249

Color information

#204249 (or 0x204249) is unknown color: approx Green Vogue. HEX triplet: 20, 42 and 49. RGB value is (32,66,73). Sum of RGB (Red+Green+Blue) = 32+66+73=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #204249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204249 is #DFBDB6. Grayscale: #383838. Windows color (decimal): -14663095 or 4801056. OLE color: 4801056.

HSL color Cylindrical-coordinate representation of color #204249: hue angle of 190.24º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #204249 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB326673-
CMYK0.560.1000.71
HSL190.24º39.05%20.59%-
HSV(B)190.24º56.16%28.63%-
XYZ3.754.687.01-
YUV56.63137.24110.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.71%
GREEN value IS 66 (26.17% from 255) = 38.60%
BLUE value IS 73 (28.91% from 255) = 42.69%
R=18.71%
G=38.60%
B=42.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3266730.560.1000.71190.2439.0520.59
Hex20424938A047be2715
Octal40102111701201072764725
Binary100000100001010010011110001010010001111011111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204249; }

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

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

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

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

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

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

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

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