#32332C

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

Shades of Green Waterloo #32332C

Tints of Green Waterloo #32332C

Color information

#32332C (or 0x32332C) is unknown color: approx Green Waterloo. HEX triplet: 32, 33 and 2C. RGB value is (50,51,44). Sum of RGB (Red+Green+Blue) = 50+51+44=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 51 - color contains mainly: green. Hex color #32332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32332C is #CDCCD3. Grayscale: #313131. Windows color (decimal): -13487316 or 2896690. OLE color: 2896690.

HSL color Cylindrical-coordinate representation of color #32332C: hue angle of 68.57º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #32332C is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB505144-
CMYK0.0200.140.8
HSL68.57º7.37%18.63%-
HSV(B)68.57º13.73%20%-
XYZ2.953.232.85-
YUV49.9124.67128.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.48%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=34.48%
G=35.17%
B=30.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5051440.0200.140.868.577.3718.63
Hex32332C20E5045713
Octal6263542016120105723
Binary11001011001110110010011101010000100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32332C; }

 p { color: rgb(50,51,44); }

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

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

 a { background-color: rgb(50,51,44); }

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

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

 span { border-color: rgb(50,51,44); }

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