#323522

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

Shades of Green Waterloo #323522

Tints of Green Waterloo #323522

Color information

#323522 (or 0x323522) is unknown color: approx Green Waterloo. HEX triplet: 32, 35 and 22. RGB value is (50,53,34). Sum of RGB (Red+Green+Blue) = 50+53+34=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 53 - color contains mainly: green. Hex color #323522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323522 is #CDCADD. Grayscale: #323232. Windows color (decimal): -13486814 or 2241842. OLE color: 2241842.

HSL color Cylindrical-coordinate representation of color #323522: hue angle of 69.47º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #323522 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.79.

Color convert

RGB505334-
CMYK0.0600.360.79
HSL69.47º21.84%17.06%-
HSV(B)69.47º35.85%20.78%-
XYZ2.883.342.01-
YUV49.94119.01128.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.50%
GREEN value IS 53 (21.09% from 255) = 38.69%
BLUE value IS 34 (13.67% from 255) = 24.82%
R=36.50%
G=38.69%
B=24.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5053340.0600.360.7969.4721.8417.06
Hex32352260244F451611
Octal62654260441171052621
Binary1100101101011000101100100100100111110001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323522; }

 p { color: rgb(50,53,34); }

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

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

 a { background-color: rgb(50,53,34); }

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

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

 span { border-color: rgb(50,53,34); }

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