#323424

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

Shades of Green Waterloo #323424

Tints of Green Waterloo #323424

Color information

#323424 (or 0x323424) is unknown color: approx Green Waterloo. HEX triplet: 32, 34 and 24. RGB value is (50,52,36). Sum of RGB (Red+Green+Blue) = 50+52+36=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 52 - color contains mainly: green. Hex color #323424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323424 is #CDCBDB. Grayscale: #313131. Windows color (decimal): -13487068 or 2372658. OLE color: 2372658.

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

Color convert

RGB505236-
CMYK0.0400.310.80
HSL67.5º18.18%17.25%-
HSV(B)67.5º30.77%20.39%-
XYZ2.863.262.15-
YUV49.58120.34128.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.23%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=36.23%
G=37.68%
B=26.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5052360.0400.310.8067.518.1817.25
Hex323424401F50441211
Octal62644440371201042221
Binary110010110100100100100011111101000010001001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323424; }

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

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

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

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

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

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

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

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