Html Css Color HEX #3A7649 Amazon

📋 copy color: '#3A7649'

red 58 ◦ green 118 ◦ blue 73

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

Shades of Amazon #3A7649

Tints of Amazon #3A7649

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.39%

 BLUE value IS 73 (28.91% from 255) = 29.32%

R = 23.29%
G = 47.39%
B = 29.32%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#3A7649 (or 0x3A7649) is known color: Amazon. HEX triplet: 3A, 76 and 49. RGB value is (58,118,73). Sum of RGB (Red+Green+Blue) = 58+118+73=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7649 is #C589B6. Grayscale: #5F5F5F. Windows color (decimal): -12945847 or 4814394. OLE color: 4814394.

HSL color Cylindrical-coordinate representation of color #3A7649: hue angle of 135º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A7649 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 118 73 -
CMYK 0.51 0 0.38 0.54
HSL 135º 0.34% 0.35% -
HSV(B) 135º 0.51% 0.46% -
XYZ 9.43 14.34 8.57 -
YUV 94.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 58 118 73 0.51 0 0.38 0.54 135 0.34 0.35
Hex 3A 76 49 33 0 26 36 87 22 23
Octal 72 166 111 63 0 46 66 207 42 43
Binary 111010 1110110 1001001 110011 0 100110 110110 10000111 100010 100011

Color Harmonies of #3A7649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7649

Black with #3A7649

Text Example


Text Example

White with #3A7649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,118,73); }

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

background-color css

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

 a { background-color: rgb(58,118,73); }

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

border-color css

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

 span { border-color: rgb(58,118,73); }

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