#323632

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

Shades of Gordons Green #323632

Tints of Gordons Green #323632

Color information

#323632 (or 0x323632) is unknown color: approx Gordons Green. HEX triplet: 32, 36 and 32. RGB value is (50,54,50). Sum of RGB (Red+Green+Blue) = 50+54+50=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 54 - color contains mainly: green. Hex color #323632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323632 is #CDC9CD. Grayscale: #343434. Windows color (decimal): -13486542 or 3290674. OLE color: 3290674.

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

Color convert

RGB505450-
CMYK0.0700.070.79
HSL120º3.85%20.39%-
HSV(B)120º7.41%21.18%-
XYZ3.213.553.53-
YUV52.35126.67126.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.47%
GREEN value IS 54 (21.48% from 255) = 35.06%
BLUE value IS 50 (19.92% from 255) = 32.47%
R=32.47%
G=35.06%
B=32.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5054500.0700.070.791203.8520.39
Hex3236327074F78414
Octal626662707117170424
Binary11001011011011001011101111001111111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323632; }

 p { color: rgb(50,54,50); }

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

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

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

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

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

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

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