Html Css Color HEX #3A7457 Amazon

📋 copy color: '#3A7457'

red 58 ◦ green 116 ◦ blue 87

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

Shades of Amazon #3A7457

Tints of Amazon #3A7457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 33.33%

R = 22.22%
G = 44.44%
B = 33.33%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#3A7457 (or 0x3A7457) is known color: Amazon. HEX triplet: 3A, 74 and 57. RGB value is (58,116,87). Sum of RGB (Red+Green+Blue) = 58+116+87=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #3A7457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7457 is #C58BA8. Grayscale: #5F5F5F. Windows color (decimal): -12946345 or 5731386. OLE color: 5731386.

HSL color Cylindrical-coordinate representation of color #3A7457: hue angle of 150º 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 #3A7457 is Cyan = 0.5, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 116 87 -
CMYK 0.5 0 0.25 0.55
HSL 150º 0.33% 0.34% -
HSV(B) 150º 0.5% 0.45% -
XYZ 9.71 14.08 11.22 -
YUV 95.35 123.28 101.36 -
System Red Green Blue C M Y K H S L
Decimal 58 116 87 0.5 0 0.25 0.55 150 0.33 0.34
Hex 3A 74 57 32 0 19 37 96 21 22
Octal 72 164 127 62 0 31 67 226 41 42
Binary 111010 1110100 1010111 110010 0 11001 110111 10010110 100001 100010

Color Harmonies of #3A7457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7457

Black with #3A7457

Text Example


Text Example

White with #3A7457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,116,87); }

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

background-color css

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

 a { background-color: rgb(58,116,87); }

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

border-color css

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

 span { border-color: rgb(58,116,87); }

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