Html Css Color HEX #32834C Amazon

📋 copy color: '#32834C'

red 50 ◦ green 131 ◦ blue 76

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

Shades of Amazon #32834C

Tints of Amazon #32834C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.97%

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

R = 19.46%
G = 50.97%
B = 29.57%

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

#32834C (or 0x32834C) is known color: Amazon. HEX triplet: 32, 83 and 4C. RGB value is (50,131,76). Sum of RGB (Red+Green+Blue) = 50+131+76=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #32834C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32834C is #CD7CB3. Grayscale: #646464. Windows color (decimal): -13466804 or 5014322. OLE color: 5014322.

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

Color convert

RGB 50 131 76 -
CMYK 0.62 0 0.42 0.49
HSL 139.26º 0.45% 0.35% -
HSV(B) 139.26º 0.62% 0.51% -
XYZ 10.74 17.43 9.64 -
YUV 100.51 114.16 91.97 -
System Red Green Blue C M Y K H S L
Decimal 50 131 76 0.62 0 0.42 0.49 139.26 0.45 0.35
Hex 32 83 4C 3E 0 2A 31 8B 2D 23
Octal 62 203 114 76 0 52 61 213 55 43
Binary 110010 10000011 1001100 111110 0 101010 110001 10001011 101101 100011

Color Harmonies of #32834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32834C

Black with #32834C

Text Example


Text Example

White with #32834C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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