#323425

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

Shades of Green Waterloo #323425

Tints of Green Waterloo #323425

Color information

#323425 (or 0x323425) is unknown color: approx Green Waterloo. HEX triplet: 32, 34 and 25. RGB value is (50,52,37). Sum of RGB (Red+Green+Blue) = 50+52+37=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 52 - color contains mainly: green. Hex color #323425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323425 is #CDCBDA. Grayscale: #313131. Windows color (decimal): -13487067 or 2438194. OLE color: 2438194.

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

Color convert

RGB505237-
CMYK0.0400.290.80
HSL68º16.85%17.45%-
HSV(B)68º28.85%20.39%-
XYZ2.883.272.23-
YUV49.69120.84128.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 37 (14.84% from 255) = 26.62%
R=35.97%
G=37.41%
B=26.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5052370.0400.290.806816.8517.45
Hex323425401D50441111
Octal62644540351201042121
Binary110010110100100101100011101101000010001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323425; }

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

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

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

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

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

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

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

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