Html Css Color HEX #3A795D Amazon

📋 copy color: '#3A795D'

red 58 ◦ green 121 ◦ blue 93

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

Shades of Amazon #3A795D

Tints of Amazon #3A795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.49%

 BLUE value IS 93 (36.72% from 255) = 34.19%

R = 21.32%
G = 44.49%
B = 34.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#3A795D (or 0x3A795D) is known color: Amazon. HEX triplet: 3A, 79 and 5D. RGB value is (58,121,93). Sum of RGB (Red+Green+Blue) = 58+121+93=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #3A795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A795D is #C586A2. Grayscale: #636363. Windows color (decimal): -12945059 or 6125882. OLE color: 6125882.

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

Color convert

RGB 58 121 93 -
CMYK 0.52 0 0.23 0.53
HSL 153.33º 0.35% 0.35% -
HSV(B) 153.33º 0.52% 0.47% -
XYZ 10.56 15.36 12.77 -
YUV 98.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 58 121 93 0.52 0 0.23 0.53 153.33 0.35 0.35
Hex 3A 79 5D 34 0 17 35 99 23 23
Octal 72 171 135 64 0 27 65 231 43 43
Binary 111010 1111001 1011101 110100 0 10111 110101 10011001 100011 100011

Color Harmonies of #3A795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A795D

Black with #3A795D

Text Example


Text Example

White with #3A795D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,121,93); }

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

background-color css

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

 a { background-color: rgb(58,121,93); }

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

border-color css

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

 span { border-color: rgb(58,121,93); }

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