#204149

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

Shades of Green Vogue #204149

Tints of Green Vogue #204149

Color information

#204149 (or 0x204149) is unknown color: approx Green Vogue. HEX triplet: 20, 41 and 49. RGB value is (32,65,73). Sum of RGB (Red+Green+Blue) = 32+65+73=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #204149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204149 is #DFBEB6. Grayscale: #373737. Windows color (decimal): -14663351 or 4800800. OLE color: 4800800.

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

Color convert

RGB326573-
CMYK0.560.1100.71
HSL191.71º39.05%20.59%-
HSV(B)191.71º56.16%28.63%-
XYZ3.694.576.99-
YUV56.04137.57110.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.82%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 73 (28.91% from 255) = 42.94%
R=18.82%
G=38.24%
B=42.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3265730.560.1100.71191.7139.0520.59
Hex20414938B047c02715
Octal40101111701301073004725
Binary100000100000110010011110001011010001111100000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204149; }

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

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

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

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

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

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

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

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