Html Css Color HEX #3A7554 Amazon

📋 copy color: '#3A7554'

red 58 ◦ green 117 ◦ blue 84

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

Shades of Amazon #3A7554

Tints of Amazon #3A7554

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

 BLUE value IS 84 (33.2% from 255) = 32.43%

R = 22.39%
G = 45.17%
B = 32.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#3A7554 (or 0x3A7554) is known color: Amazon. HEX triplet: 3A, 75 and 54. RGB value is (58,117,84). Sum of RGB (Red+Green+Blue) = 58+117+84=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7554 is #C58AAB. Grayscale: #5F5F5F. Windows color (decimal): -12946092 or 5535034. OLE color: 5535034.

HSL color Cylindrical-coordinate representation of color #3A7554: hue angle of 146.44º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7554 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 117 84 -
CMYK 0.50 0 0.28 0.54
HSL 146.44º 0.34% 0.34% -
HSV(B) 146.44º 0.5% 0.46% -
XYZ 9.71 14.26 10.63 -
YUV 95.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 58 117 84 0.50 0 0.28 0.54 146.44 0.34 0.34
Hex 3A 75 54 32 0 1C 36 92 22 22
Octal 72 165 124 62 0 34 66 222 42 42
Binary 111010 1110101 1010100 110010 0 11100 110110 10010010 100010 100010

Color Harmonies of #3A7554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7554

Black with #3A7554

Text Example


Text Example

White with #3A7554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,117,84); }

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

background-color css

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

 a { background-color: rgb(58,117,84); }

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

border-color css

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

 span { border-color: rgb(58,117,84); }

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