Html Css Color HEX #32774E Amazon

📋 copy color: '#32774E'

red 50 ◦ green 119 ◦ blue 78

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

Shades of Amazon #32774E

Tints of Amazon #32774E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.58%

R = 20.24%
G = 48.18%
B = 31.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#32774E (or 0x32774E) is known color: Amazon. HEX triplet: 32, 77 and 4E. RGB value is (50,119,78). Sum of RGB (Red+Green+Blue) = 50+119+78=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #32774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32774E is #CD88B1. Grayscale: #5D5D5D. Windows color (decimal): -13469874 or 5142322. OLE color: 5142322.

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

Color convert

RGB 50 119 78 -
CMYK 0.58 0 0.34 0.53
HSL 144.35º 0.41% 0.33% -
HSV(B) 144.35º 0.58% 0.47% -
XYZ 9.29 14.42 9.5 -
YUV 93.7 119.14 96.83 -
System Red Green Blue C M Y K H S L
Decimal 50 119 78 0.58 0 0.34 0.53 144.35 0.41 0.33
Hex 32 77 4E 3A 0 22 35 90 29 21
Octal 62 167 116 72 0 42 65 220 51 41
Binary 110010 1110111 1001110 111010 0 100010 110101 10010000 101001 100001

Color Harmonies of #32774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32774E

Black with #32774E

Text Example


Text Example

White with #32774E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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