#323325

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

Shades of Green Waterloo #323325

Tints of Green Waterloo #323325

Color information

#323325 (or 0x323325) is unknown color: approx Green Waterloo. HEX triplet: 32, 33 and 25. RGB value is (50,51,37). Sum of RGB (Red+Green+Blue) = 50+51+37=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 51 - color contains mainly: green. Hex color #323325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323325 is #CDCCDA. Grayscale: #313131. Windows color (decimal): -13487323 or 2437938. OLE color: 2437938.

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

Color convert

RGB505137-
CMYK0.0200.270.8
HSL64.29º15.91%17.25%-
HSV(B)64.29º27.45%20%-
XYZ2.833.182.21-
YUV49.1121.17128.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.23%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=36.23%
G=36.96%
B=26.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5051370.0200.270.864.2915.9117.25
Hex323325201B50401011
Octal62634520331201002021
Binary11001011001110010110011011101000010000001000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323325; }

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

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

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

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

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

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

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

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