Html Css Color HEX #32834F Amazon

📋 copy color: '#32834F'

red 50 ◦ green 131 ◦ blue 79

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

Shades of Amazon #32834F

Tints of Amazon #32834F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.38%

R = 19.23%
G = 50.38%
B = 30.38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#32834F (or 0x32834F) is known color: Amazon. HEX triplet: 32, 83 and 4F. RGB value is (50,131,79). Sum of RGB (Red+Green+Blue) = 50+131+79=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #32834F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32834F is #CD7CB0. Grayscale: #646464. Windows color (decimal): -13466801 or 5210930. OLE color: 5210930.

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

Color convert

RGB 50 131 79 -
CMYK 0.62 0 0.40 0.49
HSL 141.48º 0.45% 0.35% -
HSV(B) 141.48º 0.62% 0.51% -
XYZ 10.84 17.48 10.2 -
YUV 100.85 115.66 91.73 -
System Red Green Blue C M Y K H S L
Decimal 50 131 79 0.62 0 0.40 0.49 141.48 0.45 0.35
Hex 32 83 4F 3E 0 28 31 8D 2D 23
Octal 62 203 117 76 0 50 61 215 55 43
Binary 110010 10000011 1001111 111110 0 101000 110001 10001101 101101 100011

Color Harmonies of #32834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32834F

Black with #32834F

Text Example


Text Example

White with #32834F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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