Html Css Color HEX #3A7750 Amazon

📋 copy color: '#3A7750'

red 58 ◦ green 119 ◦ blue 80

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

Shades of Amazon #3A7750

Tints of Amazon #3A7750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.3%

 BLUE value IS 80 (31.64% from 255) = 31.13%

R = 22.57%
G = 46.3%
B = 31.13%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#3A7750 (or 0x3A7750) is known color: Amazon. HEX triplet: 3A, 77 and 50. RGB value is (58,119,80). Sum of RGB (Red+Green+Blue) = 58+119+80=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7750 is #C588AF. Grayscale: #606060. Windows color (decimal): -12945584 or 5273402. OLE color: 5273402.

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

Color convert

RGB 58 119 80 -
CMYK 0.51 0 0.33 0.53
HSL 141.64º 0.34% 0.35% -
HSV(B) 141.64º 0.51% 0.47% -
XYZ 9.79 14.67 9.91 -
YUV 96.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 58 119 80 0.51 0 0.33 0.53 141.64 0.34 0.35
Hex 3A 77 50 33 0 21 35 8E 22 23
Octal 72 167 120 63 0 41 65 216 42 43
Binary 111010 1110111 1010000 110011 0 100001 110101 10001110 100010 100011

Color Harmonies of #3A7750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7750

Black with #3A7750

Text Example


Text Example

White with #3A7750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,119,80); }

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

background-color css

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

 a { background-color: rgb(58,119,80); }

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

border-color css

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

 span { border-color: rgb(58,119,80); }

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