#323326

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

Shades of Green Waterloo #323326

Tints of Green Waterloo #323326

Color information

#323326 (or 0x323326) is unknown color: approx Green Waterloo. HEX triplet: 32, 33 and 26. RGB value is (50,51,38). Sum of RGB (Red+Green+Blue) = 50+51+38=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 51 - color contains mainly: green. Hex color #323326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323326 is #CDCCD9. Grayscale: #313131. Windows color (decimal): -13487322 or 2503474. OLE color: 2503474.

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

Color convert

RGB505138-
CMYK0.0200.250.8
HSL64.62º14.61%17.45%-
HSV(B)64.62º25.49%20%-
XYZ2.853.192.3-
YUV49.22121.67128.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 51 (20.31% from 255) = 36.69%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=35.97%
G=36.69%
B=27.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5051380.0200.250.864.6214.6117.45
Hex32332620195041f11
Octal62634620311201011721
Binary1100101100111001101001100110100001000001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323326; }

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

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

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

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

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

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

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

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