Html Css Color HEX #32844D Amazon

📋 copy color: '#32844D'

red 50 ◦ green 132 ◦ blue 77

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

Shades of Amazon #32844D

Tints of Amazon #32844D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.97%

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

R = 19.31%
G = 50.97%
B = 29.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#32844D (or 0x32844D) is known color: Amazon. HEX triplet: 32, 84 and 4D. RGB value is (50,132,77). Sum of RGB (Red+Green+Blue) = 50+132+77=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #32844D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32844D is #CD7BB2. Grayscale: #656565. Windows color (decimal): -13466547 or 5080114. OLE color: 5080114.

HSL color Cylindrical-coordinate representation of color #32844D: hue angle of 139.76º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32844D is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 132 77 -
CMYK 0.62 0 0.42 0.48
HSL 139.76º 0.45% 0.36% -
HSV(B) 139.76º 0.62% 0.52% -
XYZ 10.91 17.72 9.87 -
YUV 101.21 114.33 91.47 -
System Red Green Blue C M Y K H S L
Decimal 50 132 77 0.62 0 0.42 0.48 139.76 0.45 0.36
Hex 32 84 4D 3E 0 2A 30 8C 2D 24
Octal 62 204 115 76 0 52 60 214 55 44
Binary 110010 10000100 1001101 111110 0 101010 110000 10001100 101101 100100

Color Harmonies of #32844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32844D

Black with #32844D

Text Example


Text Example

White with #32844D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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