#323520

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

Shades of Green Waterloo #323520

Tints of Green Waterloo #323520

Color information

#323520 (or 0x323520) is unknown color: approx Green Waterloo. HEX triplet: 32, 35 and 20. RGB value is (50,53,32). Sum of RGB (Red+Green+Blue) = 50+53+32=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 53 - color contains mainly: green. Hex color #323520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323520 is #CDCADF. Grayscale: #313131. Windows color (decimal): -13486816 or 2110770. OLE color: 2110770.

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

Color convert

RGB505332-
CMYK0.0600.400.79
HSL68.57º24.71%16.67%-
HSV(B)68.57º39.62%20.78%-
XYZ2.853.331.86-
YUV49.71118.01128.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.04%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=37.04%
G=39.26%
B=23.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5053320.0600.400.7968.5724.7116.67
Hex32352060284F451911
Octal62654060501171053121
Binary1100101101011000001100101000100111110001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323520; }

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

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

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

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

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

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

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

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