Html Css Color HEX #32775C Amazon

📋 copy color: '#32775C'

red 50 ◦ green 119 ◦ blue 92

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

Shades of Amazon #32775C

Tints of Amazon #32775C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.25%

R = 19.16%
G = 45.59%
B = 35.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#32775C (or 0x32775C) is known color: Amazon. HEX triplet: 32, 77 and 5C. RGB value is (50,119,92). Sum of RGB (Red+Green+Blue) = 50+119+92=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #32775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32775C is #CD88A3. Grayscale: #5F5F5F. Windows color (decimal): -13469860 or 6059826. OLE color: 6059826.

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

Color convert

RGB 50 119 92 -
CMYK 0.58 0 0.23 0.53
HSL 156.52º 0.41% 0.33% -
HSV(B) 156.52º 0.58% 0.47% -
XYZ 9.84 14.64 12.43 -
YUV 95.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 50 119 92 0.58 0 0.23 0.53 156.52 0.41 0.33
Hex 32 77 5C 3A 0 17 35 9D 29 21
Octal 62 167 134 72 0 27 65 235 51 41
Binary 110010 1110111 1011100 111010 0 10111 110101 10011101 101001 100001

Color Harmonies of #32775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32775C

Black with #32775C

Text Example


Text Example

White with #32775C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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