#32824A

Color #32824A Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #32824A

Tints of Amazon #32824A

Color information

#32824A (or 0x32824A) is unknown color: approx Amazon. HEX triplet: 32, 82 and 4A. RGB value is (50,130,74). Sum of RGB (Red+Green+Blue) = 50+130+74=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #32824A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32824A is #CD7DB5. Grayscale: #636363. Windows color (decimal): -13467062 or 4882994. OLE color: 4882994.

HSL color Cylindrical-coordinate representation of color #32824A: hue angle of 138º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32824A is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB5013074-
CMYK0.6200.430.49
HSL138º44.44%35.29%-
HSV(B)138º61.54%50.98%-
XYZ10.5317.149.23-
YUV99.7113.592.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.69%
GREEN value IS 130 (51.17% from 255) = 51.18%
BLUE value IS 74 (29.30% from 255) = 29.13%
R=19.69%
G=51.18%
B=29.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50130740.6200.430.4913844.4435.29
Hex32824A3E02B318a2c23
Octal6220211276053612125443
Binary110010100000101001010111110010101111000110001010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #32824A;
 }
 .AnyTagClassName
 {
   color: #32824A;
 }
</style>
background-color css

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

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

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

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

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

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