#323432

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

Shades of Gordons Green #323432

Tints of Gordons Green #323432

Color information

#323432 (or 0x323432) is unknown color: approx Gordons Green. HEX triplet: 32, 34 and 32. RGB value is (50,52,50). Sum of RGB (Red+Green+Blue) = 50+52+50=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 52 - color contains mainly: green. Hex color #323432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323432 is #CDCBCD. Grayscale: #333333. Windows color (decimal): -13487054 or 3290162. OLE color: 3290162.

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

Color convert

RGB505250-
CMYK0.0400.040.80
HSL120º1.96%20%-
HSV(B)120º3.85%20.39%-
XYZ3.123.363.5-
YUV51.17127.34127.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.89%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 50 (19.92% from 255) = 32.89%
R=32.89%
G=34.21%
B=32.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5052500.0400.040.801201.9620
Hex3234324045078214
Octal626462404120170224
Binary1100101101001100101000100101000011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323432; }

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

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

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

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

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

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

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

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