Html Css Color HEX #3A7155 Amazon

📋 copy color: '#3A7155'

red 58 ◦ green 113 ◦ blue 85

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

Shades of Amazon #3A7155

Tints of Amazon #3A7155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.14%

 BLUE value IS 85 (33.59% from 255) = 33.2%

R = 22.66%
G = 44.14%
B = 33.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#3A7155 (or 0x3A7155) is known color: Amazon. HEX triplet: 3A, 71 and 55. RGB value is (58,113,85). Sum of RGB (Red+Green+Blue) = 58+113+85=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #3A7155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7155 is #C58EAA. Grayscale: #5D5D5D. Windows color (decimal): -12947115 or 5599546. OLE color: 5599546.

HSL color Cylindrical-coordinate representation of color #3A7155: hue angle of 149.45º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A7155 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 113 85 -
CMYK 0.49 0 0.25 0.56
HSL 149.45º 0.32% 0.34% -
HSV(B) 149.45º 0.49% 0.44% -
XYZ 9.29 13.37 10.68 -
YUV 93.36 123.28 102.78 -
System Red Green Blue C M Y K H S L
Decimal 58 113 85 0.49 0 0.25 0.56 149.45 0.32 0.34
Hex 3A 71 55 31 0 19 38 95 20 22
Octal 72 161 125 61 0 31 70 225 40 42
Binary 111010 1110001 1010101 110001 0 11001 111000 10010101 100000 100010

Color Harmonies of #3A7155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7155

Black with #3A7155

Text Example


Text Example

White with #3A7155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,113,85); }

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

background-color css

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

 a { background-color: rgb(58,113,85); }

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

border-color css

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

 span { border-color: rgb(58,113,85); }

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