Html Css Color HEX #32774C Amazon

📋 copy color: '#32774C'

red 50 ◦ green 119 ◦ blue 76

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

Shades of Amazon #32774C

Tints of Amazon #32774C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.57%

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 20.41%
G = 48.57%
B = 31.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#32774C (or 0x32774C) is known color: Amazon. HEX triplet: 32, 77 and 4C. RGB value is (50,119,76). Sum of RGB (Red+Green+Blue) = 50+119+76=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #32774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32774C is #CD88B3. Grayscale: #5D5D5D. Windows color (decimal): -13469876 or 5011250. OLE color: 5011250.

HSL color Cylindrical-coordinate representation of color #32774C: hue angle of 142.61º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32774C is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 119 76 -
CMYK 0.58 0 0.36 0.53
HSL 142.61º 0.41% 0.33% -
HSV(B) 142.61º 0.58% 0.47% -
XYZ 9.22 14.39 9.13 -
YUV 93.47 118.14 97 -
System Red Green Blue C M Y K H S L
Decimal 50 119 76 0.58 0 0.36 0.53 142.61 0.41 0.33
Hex 32 77 4C 3A 0 24 35 8F 29 21
Octal 62 167 114 72 0 44 65 217 51 41
Binary 110010 1110111 1001100 111010 0 100100 110101 10001111 101001 100001

Color Harmonies of #32774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32774C

Black with #32774C

Text Example


Text Example

White with #32774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32774C; }

 p { color: rgb(50,119,76); }

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

background-color css

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

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

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

border-color css

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

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

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