Html Css Color HEX #32724F Amazon

📋 copy color: '#32724F'

red 50 ◦ green 114 ◦ blue 79

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

Shades of Amazon #32724F

Tints of Amazon #32724F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.91%

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

R = 20.58%
G = 46.91%
B = 32.51%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#32724F (or 0x32724F) is known color: Amazon. HEX triplet: 32, 72 and 4F. RGB value is (50,114,79). Sum of RGB (Red+Green+Blue) = 50+114+79=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #32724F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32724F is #CD8DB0. Grayscale: #5A5A5A. Windows color (decimal): -13471153 or 5206578. OLE color: 5206578.

HSL color Cylindrical-coordinate representation of color #32724F: hue angle of 147.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32724F is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 114 79 -
CMYK 0.56 0 0.31 0.55
HSL 147.19º 0.39% 0.32% -
HSV(B) 147.19º 0.56% 0.45% -
XYZ 8.74 13.28 9.5 -
YUV 90.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 50 114 79 0.56 0 0.31 0.55 147.19 0.39 0.32
Hex 32 72 4F 38 0 1F 37 93 27 20
Octal 62 162 117 70 0 37 67 223 47 40
Binary 110010 1110010 1001111 111000 0 11111 110111 10010011 100111 100000

Color Harmonies of #32724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32724F

Black with #32724F

Text Example


Text Example

White with #32724F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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