Html Css Color HEX #32784C Amazon

📋 copy color: '#32784C'

red 50 ◦ green 120 ◦ blue 76

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

Shades of Amazon #32784C

Tints of Amazon #32784C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.78%

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

R = 20.33%
G = 48.78%
B = 30.89%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#32784C (or 0x32784C) is known color: Amazon. HEX triplet: 32, 78 and 4C. RGB value is (50,120,76). Sum of RGB (Red+Green+Blue) = 50+120+76=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #32784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32784C is #CD87B3. Grayscale: #5E5E5E. Windows color (decimal): -13469620 or 5011506. OLE color: 5011506.

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

Color convert

RGB 50 120 76 -
CMYK 0.58 0 0.37 0.53
HSL 142.29º 0.41% 0.33% -
HSV(B) 142.29º 0.58% 0.47% -
XYZ 9.34 14.63 9.17 -
YUV 94.05 117.81 96.58 -
System Red Green Blue C M Y K H S L
Decimal 50 120 76 0.58 0 0.37 0.53 142.29 0.41 0.33
Hex 32 78 4C 3A 0 25 35 8E 29 21
Octal 62 170 114 72 0 45 65 216 51 41
Binary 110010 1111000 1001100 111010 0 100101 110101 10001110 101001 100001

Color Harmonies of #32784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32784C

Black with #32784C

Text Example


Text Example

White with #32784C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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