Html Css Color HEX #32834A Amazon

📋 copy color: '#32834A'

red 50 ◦ green 131 ◦ blue 74

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

Shades of Amazon #32834A

Tints of Amazon #32834A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.02%

R = 19.61%
G = 51.37%
B = 29.02%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#32834A (or 0x32834A) is known color: Amazon. HEX triplet: 32, 83 and 4A. RGB value is (50,131,74). Sum of RGB (Red+Green+Blue) = 50+131+74=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #32834A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32834A is #CD7CB5. Grayscale: #646464. Windows color (decimal): -13466806 or 4883250. OLE color: 4883250.

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

Color convert

RGB 50 131 74 -
CMYK 0.62 0 0.44 0.49
HSL 137.78º 0.45% 0.35% -
HSV(B) 137.78º 0.62% 0.51% -
XYZ 10.67 17.41 9.28 -
YUV 100.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 50 131 74 0.62 0 0.44 0.49 137.78 0.45 0.35
Hex 32 83 4A 3E 0 2C 31 8A 2D 23
Octal 62 203 112 76 0 54 61 212 55 43
Binary 110010 10000011 1001010 111110 0 101100 110001 10001010 101101 100011

Color Harmonies of #32834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32834A

Black with #32834A

Text Example


Text Example

White with #32834A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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