Html Css Color HEX #32844A Amazon

📋 copy color: '#32844A'

red 50 ◦ green 132 ◦ blue 74

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

Shades of Amazon #32844A

Tints of Amazon #32844A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.91%

R = 19.53%
G = 51.56%
B = 28.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#32844A (or 0x32844A) is known color: Amazon. HEX triplet: 32, 84 and 4A. RGB value is (50,132,74). Sum of RGB (Red+Green+Blue) = 50+132+74=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #32844A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32844A is #CD7BB5. Grayscale: #656565. Windows color (decimal): -13466550 or 4883506. OLE color: 4883506.

HSL color Cylindrical-coordinate representation of color #32844A: hue angle of 137.56º 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 #32844A is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 132 74 -
CMYK 0.62 0 0.44 0.48
HSL 137.56º 0.45% 0.36% -
HSV(B) 137.56º 0.62% 0.52% -
XYZ 10.8 17.68 9.32 -
YUV 100.87 112.83 91.72 -
System Red Green Blue C M Y K H S L
Decimal 50 132 74 0.62 0 0.44 0.48 137.56 0.45 0.36
Hex 32 84 4A 3E 0 2C 30 8A 2D 24
Octal 62 204 112 76 0 54 60 212 55 44
Binary 110010 10000100 1001010 111110 0 101100 110000 10001010 101101 100100

Color Harmonies of #32844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32844A

Black with #32844A

Text Example


Text Example

White with #32844A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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