#323426

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

Shades of Green Waterloo #323426

Tints of Green Waterloo #323426

Color information

#323426 (or 0x323426) is unknown color: approx Green Waterloo. HEX triplet: 32, 34 and 26. RGB value is (50,52,38). Sum of RGB (Red+Green+Blue) = 50+52+38=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 52 - color contains mainly: green. Hex color #323426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323426 is #CDCBD9. Grayscale: #313131. Windows color (decimal): -13487066 or 2503730. OLE color: 2503730.

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

Color convert

RGB505238-
CMYK0.0400.270.80
HSL68.57º15.56%17.65%-
HSV(B)68.57º26.92%20.39%-
XYZ2.893.272.31-
YUV49.81121.34128.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.71%
GREEN value IS 52 (20.70% from 255) = 37.14%
BLUE value IS 38 (15.23% from 255) = 27.14%
R=35.71%
G=37.14%
B=27.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5052380.0400.270.8068.5715.5617.65
Hex323426401B50451012
Octal62644640331201052022
Binary110010110100100110100011011101000010001011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323426; }

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

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

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

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

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

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

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

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