#323420

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

Shades of Green Waterloo #323420

Tints of Green Waterloo #323420

Color information

#323420 (or 0x323420) is unknown color: approx Green Waterloo. HEX triplet: 32, 34 and 20. RGB value is (50,52,32). Sum of RGB (Red+Green+Blue) = 50+52+32=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 52 - color contains mainly: green. Hex color #323420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323420 is #CDCBDF. Grayscale: #313131. Windows color (decimal): -13487072 or 2110514. OLE color: 2110514.

HSL color Cylindrical-coordinate representation of color #323420: hue angle of 66º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #323420 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB505232-
CMYK0.0400.380.80
HSL66º23.81%16.47%-
HSV(B)66º38.46%20.39%-
XYZ2.83.241.84-
YUV49.12118.34128.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.31%
GREEN value IS 52 (20.70% from 255) = 38.81%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=37.31%
G=38.81%
B=23.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5052320.0400.380.806623.8116.47
Hex323420402650421810
Octal62644040461201023020
Binary1100101101001000001000100110101000010000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323420; }

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

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

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

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

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

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

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

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