Html Css Color HEX #32804C Amazon

📋 copy color: '#32804C'

red 50 ◦ green 128 ◦ blue 76

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

Shades of Amazon #32804C

Tints of Amazon #32804C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.92%

R = 19.69%
G = 50.39%
B = 29.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#32804C (or 0x32804C) is known color: Amazon. HEX triplet: 32, 80 and 4C. RGB value is (50,128,76). Sum of RGB (Red+Green+Blue) = 50+128+76=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #32804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32804C is #CD7FB3. Grayscale: #626262. Windows color (decimal): -13467572 or 5013554. OLE color: 5013554.

HSL color Cylindrical-coordinate representation of color #32804C: hue angle of 140º 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 #32804C is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 128 76 -
CMYK 0.61 0 0.41 0.50
HSL 140º 0.44% 0.35% -
HSV(B) 140º 0.61% 0.5% -
XYZ 10.34 16.64 9.5 -
YUV 98.75 115.16 93.23 -
System Red Green Blue C M Y K H S L
Decimal 50 128 76 0.61 0 0.41 0.50 140 0.44 0.35
Hex 32 80 4C 3D 0 29 32 8C 2C 23
Octal 62 200 114 75 0 51 62 214 54 43
Binary 110010 10000000 1001100 111101 0 101001 110010 10001100 101100 100011

Color Harmonies of #32804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32804C

Black with #32804C

Text Example


Text Example

White with #32804C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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