Html Css Color HEX #32724D Amazon

📋 copy color: '#32724D'

red 50 ◦ green 114 ◦ blue 77

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

Shades of Amazon #32724D

Tints of Amazon #32724D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.3%

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

R = 20.75%
G = 47.3%
B = 31.95%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#32724D (or 0x32724D) is known color: Amazon. HEX triplet: 32, 72 and 4D. RGB value is (50,114,77). Sum of RGB (Red+Green+Blue) = 50+114+77=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #32724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32724D is #CD8DB2. Grayscale: #5A5A5A. Windows color (decimal): -13471155 or 5075506. OLE color: 5075506.

HSL color Cylindrical-coordinate representation of color #32724D: hue angle of 145.31º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32724D is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 114 77 -
CMYK 0.56 0 0.32 0.55
HSL 145.31º 0.39% 0.32% -
HSV(B) 145.31º 0.56% 0.45% -
XYZ 8.67 13.25 9.12 -
YUV 90.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 50 114 77 0.56 0 0.32 0.55 145.31 0.39 0.32
Hex 32 72 4D 38 0 20 37 91 27 20
Octal 62 162 115 70 0 40 67 221 47 40
Binary 110010 1110010 1001101 111000 0 100000 110111 10010001 100111 100000

Color Harmonies of #32724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32724D

Black with #32724D

Text Example


Text Example

White with #32724D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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