Html Css Color HEX #32744A Amazon

📋 copy color: '#32744A'

red 50 ◦ green 116 ◦ blue 74

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

Shades of Amazon #32744A

Tints of Amazon #32744A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.33%

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

R = 20.83%
G = 48.33%
B = 30.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#32744A (or 0x32744A) is known color: Amazon. HEX triplet: 32, 74 and 4A. RGB value is (50,116,74). Sum of RGB (Red+Green+Blue) = 50+116+74=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #32744A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32744A is #CD8BB5. Grayscale: #5B5B5B. Windows color (decimal): -13470646 or 4879410. OLE color: 4879410.

HSL color Cylindrical-coordinate representation of color #32744A: hue angle of 141.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32744A is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 116 74 -
CMYK 0.57 0 0.36 0.55
HSL 141.82º 0.4% 0.33% -
HSV(B) 141.82º 0.57% 0.45% -
XYZ 8.8 13.66 8.65 -
YUV 91.48 118.13 98.42 -
System Red Green Blue C M Y K H S L
Decimal 50 116 74 0.57 0 0.36 0.55 141.82 0.4 0.33
Hex 32 74 4A 39 0 24 37 8E 28 21
Octal 62 164 112 71 0 44 67 216 50 41
Binary 110010 1110100 1001010 111001 0 100100 110111 10001110 101000 100001

Color Harmonies of #32744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32744A

Black with #32744A

Text Example


Text Example

White with #32744A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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