#204349

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

Shades of Green Vogue #204349

Tints of Green Vogue #204349

Color information

#204349 (or 0x204349) is unknown color: approx Green Vogue. HEX triplet: 20, 43 and 49. RGB value is (32,67,73). Sum of RGB (Red+Green+Blue) = 32+67+73=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #204349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204349 is #DFBCB6. Grayscale: #393939. Windows color (decimal): -14662839 or 4801312. OLE color: 4801312.

HSL color Cylindrical-coordinate representation of color #204349: hue angle of 188.78º 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 #204349 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB326773-
CMYK0.560.0800.71
HSL188.78º39.05%20.59%-
HSV(B)188.78º56.16%28.63%-
XYZ3.814.87.03-
YUV57.22136.9110.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.60%
GREEN value IS 67 (26.56% from 255) = 38.95%
BLUE value IS 73 (28.91% from 255) = 42.44%
R=18.60%
G=38.95%
B=42.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3267730.560.0800.71188.7839.0520.59
Hex204349388047bd2715
Octal40103111701001072754725
Binary100000100001110010011110001000010001111011110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204349; }

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

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

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

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

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

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

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

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