Html Css Color HEX #32744D Amazon

📋 copy color: '#32744D'

red 50 ◦ green 116 ◦ blue 77

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

Shades of Amazon #32744D

Tints of Amazon #32744D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.69%

R = 20.58%
G = 47.74%
B = 31.69%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#32744D (or 0x32744D) is known color: Amazon. HEX triplet: 32, 74 and 4D. RGB value is (50,116,77). Sum of RGB (Red+Green+Blue) = 50+116+77=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #32744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32744D is #CD8BB2. Grayscale: #5B5B5B. Windows color (decimal): -13470643 or 5076018. OLE color: 5076018.

HSL color Cylindrical-coordinate representation of color #32744D: hue angle of 144.55º 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 #32744D is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 116 77 -
CMYK 0.57 0 0.34 0.55
HSL 144.55º 0.4% 0.33% -
HSV(B) 144.55º 0.57% 0.45% -
XYZ 8.9 13.7 9.2 -
YUV 91.82 119.63 98.17 -
System Red Green Blue C M Y K H S L
Decimal 50 116 77 0.57 0 0.34 0.55 144.55 0.4 0.33
Hex 32 74 4D 39 0 22 37 91 28 21
Octal 62 164 115 71 0 42 67 221 50 41
Binary 110010 1110100 1001101 111001 0 100010 110111 10010001 101000 100001

Color Harmonies of #32744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32744D

Black with #32744D

Text Example


Text Example

White with #32744D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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