#32332A

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

Shades of Green Waterloo #32332A

Tints of Green Waterloo #32332A

Color information

#32332A (or 0x32332A) is unknown color: approx Green Waterloo. HEX triplet: 32, 33 and 2A. RGB value is (50,51,42). Sum of RGB (Red+Green+Blue) = 50+51+42=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 51 - color contains mainly: green. Hex color #32332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32332A is #CDCCD5. Grayscale: #313131. Windows color (decimal): -13487318 or 2765618. OLE color: 2765618.

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

Color convert

RGB505142-
CMYK0.0200.180.8
HSL66.67º9.68%18.24%-
HSV(B)66.67º17.65%20%-
XYZ2.923.212.66-
YUV49.68123.67128.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=34.97%
G=35.66%
B=29.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5051420.0200.180.866.679.6818.24
Hex32332A20125043a12
Octal62635220221201031222
Binary1100101100111010101001001010100001000011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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