Html Css Color HEX #323932 Gordons Green

📋 copy color: '#323932'

red 50 ◦ green 57 ◦ blue 50

#323932
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gordons Green #323932

Tints of Gordons Green #323932

RGB

 RED value IS 50 (19.92% from 255) = 31.85%

 GREEN value IS 57 (22.66% from 255) = 36.31%

 BLUE value IS 50 (19.92% from 255) = 31.85%

R = 31.85%
G = 36.31%
B = 31.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#323932 (or 0x323932) is known color: Gordons Green. HEX triplet: 32, 39 and 32. RGB value is (50,57,50). Sum of RGB (Red+Green+Blue) = 50+57+50=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 57 - color contains mainly: green. Hex color #323932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323932 is #CDC6CD. Grayscale: #363636. Windows color (decimal): -13485774 or 3291442. OLE color: 3291442.

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

Color convert

RGB 50 57 50 -
CMYK 0.12 0 0.12 0.78
HSL 120º 0.07% 0.21% -
HSV(B) 120º 0.12% 0.22% -
XYZ 3.35 3.83 3.58 -
YUV 54.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 50 57 50 0.12 0 0.12 0.78 120 0.07 0.21
Hex 32 39 32 C 0 C 4E 78 7 15
Octal 62 71 62 14 0 14 116 170 7 25
Binary 110010 111001 110010 1100 0 1100 1001110 1111000 111 10101

Color Harmonies of #323932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323932

Black with #323932

Text Example


Text Example

White with #323932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323932; }

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

 H1.HeaderClassName
 {
   color: #323932;
 }
 .AnyTagClassName
 {
   color: #323932;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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