Html Css Color HEX #32764D Amazon

📋 copy color: '#32764D'

red 50 ◦ green 118 ◦ blue 77

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

Shades of Amazon #32764D

Tints of Amazon #32764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.16%

 BLUE value IS 77 (30.47% from 255) = 31.43%

R = 20.41%
G = 48.16%
B = 31.43%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#32764D (or 0x32764D) is known color: Amazon. HEX triplet: 32, 76 and 4D. RGB value is (50,118,77). Sum of RGB (Red+Green+Blue) = 50+118+77=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #32764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32764D is #CD89B2. Grayscale: #5D5D5D. Windows color (decimal): -13470131 or 5076530. OLE color: 5076530.

HSL color Cylindrical-coordinate representation of color #32764D: hue angle of 143.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32764D is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 118 77 -
CMYK 0.58 0 0.35 0.54
HSL 143.82º 0.4% 0.33% -
HSV(B) 143.82º 0.58% 0.46% -
XYZ 9.13 14.17 9.28 -
YUV 92.99 118.97 97.33 -
System Red Green Blue C M Y K H S L
Decimal 50 118 77 0.58 0 0.35 0.54 143.82 0.4 0.33
Hex 32 76 4D 3A 0 23 36 90 28 21
Octal 62 166 115 72 0 43 66 220 50 41
Binary 110010 1110110 1001101 111010 0 100011 110110 10010000 101000 100001

Color Harmonies of #32764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32764D

Black with #32764D

Text Example


Text Example

White with #32764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32764D; }

 p { color: rgb(50,118,77); }

 H1.HeaderClassName
 {
   color: #32764D;
 }
 .AnyTagClassName
 {
   color: #32764D;
 }
</style>

background-color css

<style>
 a { background-color: #32764D; }

 a { background-color: rgb(50,118,77); }

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

border-color css

<style>
 span { border-color: #32764D; }

 span { border-color: rgb(50,118,77); }

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