Html Css Color HEX #32774A Amazon

📋 copy color: '#32774A'

red 50 ◦ green 119 ◦ blue 74

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

Shades of Amazon #32774A

Tints of Amazon #32774A

RGB

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

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

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

R = 20.58%
G = 48.97%
B = 30.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#32774A (or 0x32774A) is known color: Amazon. HEX triplet: 32, 77 and 4A. RGB value is (50,119,74). Sum of RGB (Red+Green+Blue) = 50+119+74=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #32774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32774A is #CD88B5. Grayscale: #5D5D5D. Windows color (decimal): -13469878 or 4880178. OLE color: 4880178.

HSL color Cylindrical-coordinate representation of color #32774A: hue angle of 140.87º 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 #32774A is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 119 74 -
CMYK 0.58 0 0.38 0.53
HSL 140.87º 0.41% 0.33% -
HSV(B) 140.87º 0.58% 0.47% -
XYZ 9.15 14.37 8.77 -
YUV 93.24 117.14 97.16 -
System Red Green Blue C M Y K H S L
Decimal 50 119 74 0.58 0 0.38 0.53 140.87 0.41 0.33
Hex 32 77 4A 3A 0 26 35 8D 29 21
Octal 62 167 112 72 0 46 65 215 51 41
Binary 110010 1110111 1001010 111010 0 100110 110101 10001101 101001 100001

Color Harmonies of #32774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32774A

Black with #32774A

Text Example


Text Example

White with #32774A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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