Html Css Color HEX #3A734D Amazon

📋 copy color: '#3A734D'

red 58 ◦ green 115 ◦ blue 77

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

Shades of Amazon #3A734D

Tints of Amazon #3A734D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46%

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

R = 23.2%
G = 46%
B = 30.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#3A734D (or 0x3A734D) is known color: Amazon. HEX triplet: 3A, 73 and 4D. RGB value is (58,115,77). Sum of RGB (Red+Green+Blue) = 58+115+77=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #3A734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A734D is #C58CB2. Grayscale: #5D5D5D. Windows color (decimal): -12946611 or 5075770. OLE color: 5075770.

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

Color convert

RGB 58 115 77 -
CMYK 0.50 0 0.33 0.55
HSL 140º 0.33% 0.34% -
HSV(B) 140º 0.5% 0.45% -
XYZ 9.22 13.7 9.18 -
YUV 93.63 118.62 102.59 -
System Red Green Blue C M Y K H S L
Decimal 58 115 77 0.50 0 0.33 0.55 140 0.33 0.34
Hex 3A 73 4D 32 0 21 37 8C 21 22
Octal 72 163 115 62 0 41 67 214 41 42
Binary 111010 1110011 1001101 110010 0 100001 110111 10001100 100001 100010

Color Harmonies of #3A734D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A734D

Black with #3A734D

Text Example


Text Example

White with #3A734D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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