Html Css Color HEX #32794A Amazon

📋 copy color: '#32794A'

red 50 ◦ green 121 ◦ blue 74

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

Shades of Amazon #32794A

Tints of Amazon #32794A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.39%

 BLUE value IS 74 (29.3% from 255) = 30.2%

R = 20.41%
G = 49.39%
B = 30.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#32794A (or 0x32794A) is known color: Amazon. HEX triplet: 32, 79 and 4A. RGB value is (50,121,74). Sum of RGB (Red+Green+Blue) = 50+121+74=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #32794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32794A is #CD86B5. Grayscale: #5E5E5E. Windows color (decimal): -13469366 or 4880690. OLE color: 4880690.

HSL color Cylindrical-coordinate representation of color #32794A: hue angle of 140.28º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32794A is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 121 74 -
CMYK 0.59 0 0.39 0.53
HSL 140.28º 0.42% 0.34% -
HSV(B) 140.28º 0.59% 0.47% -
XYZ 9.39 14.85 8.85 -
YUV 94.41 116.48 96.32 -
System Red Green Blue C M Y K H S L
Decimal 50 121 74 0.59 0 0.39 0.53 140.28 0.42 0.34
Hex 32 79 4A 3B 0 27 35 8C 2A 22
Octal 62 171 112 73 0 47 65 214 52 42
Binary 110010 1111001 1001010 111011 0 100111 110101 10001100 101010 100010

Color Harmonies of #32794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32794A

Black with #32794A

Text Example


Text Example

White with #32794A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32794A; }

 p { color: rgb(50,121,74); }

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

background-color css

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

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

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

border-color css

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

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

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