Html Css Color HEX #3A775B Amazon

📋 copy color: '#3A775B'

red 58 ◦ green 119 ◦ blue 91

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

Shades of Amazon #3A775B

Tints of Amazon #3A775B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.96%

R = 21.64%
G = 44.4%
B = 33.96%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#3A775B (or 0x3A775B) is known color: Amazon. HEX triplet: 3A, 77 and 5B. RGB value is (58,119,91). Sum of RGB (Red+Green+Blue) = 58+119+91=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #3A775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A775B is #C588A4. Grayscale: #616161. Windows color (decimal): -12945573 or 5994298. OLE color: 5994298.

HSL color Cylindrical-coordinate representation of color #3A775B: hue angle of 152.46º 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 #3A775B is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 119 91 -
CMYK 0.51 0 0.24 0.53
HSL 152.46º 0.34% 0.35% -
HSV(B) 152.46º 0.51% 0.47% -
XYZ 10.23 14.85 12.22 -
YUV 97.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 58 119 91 0.51 0 0.24 0.53 152.46 0.34 0.35
Hex 3A 77 5B 33 0 18 35 98 22 23
Octal 72 167 133 63 0 30 65 230 42 43
Binary 111010 1110111 1011011 110011 0 11000 110101 10011000 100010 100011

Color Harmonies of #3A775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A775B

Black with #3A775B

Text Example


Text Example

White with #3A775B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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