Html Css Color HEX #32755D Amazon

📋 copy color: '#32755D'

red 50 ◦ green 117 ◦ blue 93

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

Shades of Amazon #32755D

Tints of Amazon #32755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45%

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

R = 19.23%
G = 45%
B = 35.77%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#32755D (or 0x32755D) is known color: Amazon. HEX triplet: 32, 75 and 5D. RGB value is (50,117,93). Sum of RGB (Red+Green+Blue) = 50+117+93=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #32755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32755D is #CD8AA2. Grayscale: #5E5E5E. Windows color (decimal): -13470371 or 6124850. OLE color: 6124850.

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

Color convert

RGB 50 117 93 -
CMYK 0.57 0 0.21 0.54
HSL 158.51º 0.4% 0.33% -
HSV(B) 158.51º 0.57% 0.46% -
XYZ 9.65 14.19 12.59 -
YUV 94.23 127.3 96.45 -
System Red Green Blue C M Y K H S L
Decimal 50 117 93 0.57 0 0.21 0.54 158.51 0.4 0.33
Hex 32 75 5D 39 0 15 36 9F 28 21
Octal 62 165 135 71 0 25 66 237 50 41
Binary 110010 1110101 1011101 111001 0 10101 110110 10011111 101000 100001

Color Harmonies of #32755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32755D

Black with #32755D

Text Example


Text Example

White with #32755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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