Html Css Color HEX #32824C Amazon

📋 copy color: '#32824C'

red 50 ◦ green 130 ◦ blue 76

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

Shades of Amazon #32824C

Tints of Amazon #32824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.78%

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

R = 19.53%
G = 50.78%
B = 29.69%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#32824C (or 0x32824C) is known color: Amazon. HEX triplet: 32, 82 and 4C. RGB value is (50,130,76). Sum of RGB (Red+Green+Blue) = 50+130+76=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #32824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32824C is #CD7DB3. Grayscale: #646464. Windows color (decimal): -13467060 or 5014066. OLE color: 5014066.

HSL color Cylindrical-coordinate representation of color #32824C: hue angle of 139.5º 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 #32824C is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 130 76 -
CMYK 0.62 0 0.42 0.49
HSL 139.5º 0.44% 0.35% -
HSV(B) 139.5º 0.62% 0.51% -
XYZ 10.6 17.17 9.59 -
YUV 99.92 114.5 92.39 -
System Red Green Blue C M Y K H S L
Decimal 50 130 76 0.62 0 0.42 0.49 139.5 0.44 0.35
Hex 32 82 4C 3E 0 2A 31 8C 2C 23
Octal 62 202 114 76 0 52 61 214 54 43
Binary 110010 10000010 1001100 111110 0 101010 110001 10001100 101100 100011

Color Harmonies of #32824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32824C

Black with #32824C

Text Example


Text Example

White with #32824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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