#323523

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

Shades of Green Waterloo #323523

Tints of Green Waterloo #323523

Color information

#323523 (or 0x323523) is unknown color: approx Green Waterloo. HEX triplet: 32, 35 and 23. RGB value is (50,53,35). Sum of RGB (Red+Green+Blue) = 50+53+35=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 53 - color contains mainly: green. Hex color #323523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323523 is #CDCADC. Grayscale: #323232. Windows color (decimal): -13486813 or 2307378. OLE color: 2307378.

HSL color Cylindrical-coordinate representation of color #323523: hue angle of 70º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #323523 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.79.

Color convert

RGB505335-
CMYK0.0600.340.79
HSL70º20.45%17.25%-
HSV(B)70º33.96%20.78%-
XYZ2.893.352.08-
YUV50.05119.51127.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.23%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 35 (14.06% from 255) = 25.36%
R=36.23%
G=38.41%
B=25.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5053350.0600.340.797020.4517.25
Hex32352360224F461411
Octal62654360421171062421
Binary1100101101011000111100100010100111110001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323523; }

 p { color: rgb(50,53,35); }

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

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

 a { background-color: rgb(50,53,35); }

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

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

 span { border-color: rgb(50,53,35); }

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