Html Css Color HEX #32804D Amazon

📋 copy color: '#32804D'

red 50 ◦ green 128 ◦ blue 77

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

Shades of Amazon #32804D

Tints of Amazon #32804D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.2%

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

R = 19.61%
G = 50.2%
B = 30.2%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#32804D (or 0x32804D) is known color: Amazon. HEX triplet: 32, 80 and 4D. RGB value is (50,128,77). Sum of RGB (Red+Green+Blue) = 50+128+77=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #32804D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32804D is #CD7FB2. Grayscale: #626262. Windows color (decimal): -13467571 or 5079090. OLE color: 5079090.

HSL color Cylindrical-coordinate representation of color #32804D: hue angle of 140.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32804D is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 128 77 -
CMYK 0.61 0 0.40 0.50
HSL 140.77º 0.44% 0.35% -
HSV(B) 140.77º 0.61% 0.5% -
XYZ 10.37 16.65 9.69 -
YUV 98.86 115.66 93.15 -
System Red Green Blue C M Y K H S L
Decimal 50 128 77 0.61 0 0.40 0.50 140.77 0.44 0.35
Hex 32 80 4D 3D 0 28 32 8D 2C 23
Octal 62 200 115 75 0 50 62 215 54 43
Binary 110010 10000000 1001101 111101 0 101000 110010 10001101 101100 100011

Color Harmonies of #32804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32804D

Black with #32804D

Text Example


Text Example

White with #32804D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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