Html Css Color HEX #32775E Amazon

📋 copy color: '#32775E'

red 50 ◦ green 119 ◦ blue 94

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

Shades of Amazon #32775E

Tints of Amazon #32775E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.74%

R = 19.01%
G = 45.25%
B = 35.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#32775E (or 0x32775E) is known color: Amazon. HEX triplet: 32, 77 and 5E. RGB value is (50,119,94). Sum of RGB (Red+Green+Blue) = 50+119+94=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #32775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32775E is #CD88A1. Grayscale: #5F5F5F. Windows color (decimal): -13469858 or 6190898. OLE color: 6190898.

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

Color convert

RGB 50 119 94 -
CMYK 0.58 0 0.21 0.53
HSL 158.26º 0.41% 0.33% -
HSV(B) 158.26º 0.58% 0.47% -
XYZ 9.93 14.68 12.9 -
YUV 95.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 50 119 94 0.58 0 0.21 0.53 158.26 0.41 0.33
Hex 32 77 5E 3A 0 15 35 9E 29 21
Octal 62 167 136 72 0 25 65 236 51 41
Binary 110010 1110111 1011110 111010 0 10101 110101 10011110 101001 100001

Color Harmonies of #32775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32775E

Black with #32775E

Text Example


Text Example

White with #32775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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