Html Css Color HEX #3A724D Amazon

📋 copy color: '#3A724D'

red 58 ◦ green 114 ◦ blue 77

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

Shades of Amazon #3A724D

Tints of Amazon #3A724D

RGB

 RED value IS 58 (23.05% from 255) = 23.29%

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

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

R = 23.29%
G = 45.78%
B = 30.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#3A724D (or 0x3A724D) is known color: Amazon. HEX triplet: 3A, 72 and 4D. RGB value is (58,114,77). Sum of RGB (Red+Green+Blue) = 58+114+77=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #3A724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A724D is #C58DB2. Grayscale: #5D5D5D. Windows color (decimal): -12946867 or 5075514. OLE color: 5075514.

HSL color Cylindrical-coordinate representation of color #3A724D: hue angle of 140.36º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A724D is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 114 77 -
CMYK 0.49 0 0.32 0.55
HSL 140.36º 0.33% 0.34% -
HSV(B) 140.36º 0.49% 0.45% -
XYZ 9.1 13.47 9.14 -
YUV 93.04 118.95 103.01 -
System Red Green Blue C M Y K H S L
Decimal 58 114 77 0.49 0 0.32 0.55 140.36 0.33 0.34
Hex 3A 72 4D 31 0 20 37 8C 21 22
Octal 72 162 115 61 0 40 67 214 41 42
Binary 111010 1110010 1001101 110001 0 100000 110111 10001100 100001 100010

Color Harmonies of #3A724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A724D

Black with #3A724D

Text Example


Text Example

White with #3A724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A724D; }

 p { color: rgb(58,114,77); }

 H1.HeaderClassName
 {
   color: #3A724D;
 }
 .AnyTagClassName
 {
   color: #3A724D;
 }
</style>

background-color css

<style>
 a { background-color: #3A724D; }

 a { background-color: rgb(58,114,77); }

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

border-color css

<style>
 span { border-color: #3A724D; }

 span { border-color: rgb(58,114,77); }

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