#323332

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

Shades of Gordons Green #323332

Tints of Gordons Green #323332

Color information

#323332 (or 0x323332) is unknown color: approx Gordons Green. HEX triplet: 32, 33 and 32. RGB value is (50,51,50). Sum of RGB (Red+Green+Blue) = 50+51+50=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 51 - color contains mainly: green. Hex color #323332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323332 is #CDCCCD. Grayscale: #323232. Windows color (decimal): -13487310 or 3289906. OLE color: 3289906.

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

Color convert

RGB505150-
CMYK0.0200.020.8
HSL120º0.99%19.8%-
HSV(B)120º1.96%20%-
XYZ3.073.283.49-
YUV50.59127.67127.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.11%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 50 (19.92% from 255) = 33.11%
R=33.11%
G=33.77%
B=33.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5051500.0200.020.81200.9919.8
Hex3233322025078114
Octal626362202120170124
Binary1100101100111100101001010100001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323332; }

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

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

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

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

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

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

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

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