Html Css Color HEX #3A745A Amazon

📋 copy color: '#3A745A'

red 58 ◦ green 116 ◦ blue 90

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

Shades of Amazon #3A745A

Tints of Amazon #3A745A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.09%

R = 21.97%
G = 43.94%
B = 34.09%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#3A745A (or 0x3A745A) is known color: Amazon. HEX triplet: 3A, 74 and 5A. RGB value is (58,116,90). Sum of RGB (Red+Green+Blue) = 58+116+90=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 116 - color contains mainly: green. Hex color #3A745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A745A is #C58BA5. Grayscale: #5F5F5F. Windows color (decimal): -12946342 or 5927994. OLE color: 5927994.

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

Color convert

RGB 58 116 90 -
CMYK 0.5 0 0.22 0.55
HSL 153.1º 0.33% 0.34% -
HSV(B) 153.1º 0.5% 0.45% -
XYZ 9.84 14.13 11.88 -
YUV 95.69 124.78 101.11 -
System Red Green Blue C M Y K H S L
Decimal 58 116 90 0.5 0 0.22 0.55 153.1 0.33 0.34
Hex 3A 74 5A 32 0 16 37 99 21 22
Octal 72 164 132 62 0 26 67 231 41 42
Binary 111010 1110100 1011010 110010 0 10110 110111 10011001 100001 100010

Color Harmonies of #3A745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A745A

Black with #3A745A

Text Example


Text Example

White with #3A745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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