Html Css Color HEX #32765D Amazon

📋 copy color: '#32765D'

red 50 ◦ green 118 ◦ blue 93

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

Shades of Amazon #32765D

Tints of Amazon #32765D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.63%

R = 19.16%
G = 45.21%
B = 35.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#32765D (or 0x32765D) is known color: Amazon. HEX triplet: 32, 76 and 5D. RGB value is (50,118,93). Sum of RGB (Red+Green+Blue) = 50+118+93=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #32765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32765D is #CD89A2. Grayscale: #5E5E5E. Windows color (decimal): -13470115 or 6125106. OLE color: 6125106.

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

Color convert

RGB 50 118 93 -
CMYK 0.58 0 0.21 0.54
HSL 157.94º 0.4% 0.33% -
HSV(B) 157.94º 0.58% 0.46% -
XYZ 9.77 14.43 12.63 -
YUV 94.82 126.97 96.03 -
System Red Green Blue C M Y K H S L
Decimal 50 118 93 0.58 0 0.21 0.54 157.94 0.4 0.33
Hex 32 76 5D 3A 0 15 36 9E 28 21
Octal 62 166 135 72 0 25 66 236 50 41
Binary 110010 1110110 1011101 111010 0 10101 110110 10011110 101000 100001

Color Harmonies of #32765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32765D

Black with #32765D

Text Example


Text Example

White with #32765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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