Html Css Color HEX #32714A Amazon

📋 copy color: '#32714A'

red 50 ◦ green 113 ◦ blue 74

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

Shades of Amazon #32714A

Tints of Amazon #32714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.68%

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

R = 21.1%
G = 47.68%
B = 31.22%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#32714A (or 0x32714A) is known color: Amazon. HEX triplet: 32, 71 and 4A. RGB value is (50,113,74). Sum of RGB (Red+Green+Blue) = 50+113+74=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #32714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32714A is #CD8EB5. Grayscale: #595959. Windows color (decimal): -13471414 or 4878642. OLE color: 4878642.

HSL color Cylindrical-coordinate representation of color #32714A: hue angle of 142.86º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32714A is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 113 74 -
CMYK 0.56 0 0.35 0.56
HSL 142.86º 0.39% 0.32% -
HSV(B) 142.86º 0.56% 0.44% -
XYZ 8.46 12.98 8.54 -
YUV 89.72 119.13 99.67 -
System Red Green Blue C M Y K H S L
Decimal 50 113 74 0.56 0 0.35 0.56 142.86 0.39 0.32
Hex 32 71 4A 38 0 23 38 8F 27 20
Octal 62 161 112 70 0 43 70 217 47 40
Binary 110010 1110001 1001010 111000 0 100011 111000 10001111 100111 100000

Color Harmonies of #32714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32714A

Black with #32714A

Text Example


Text Example

White with #32714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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