Html Css Color HEX #3A7055 Amazon

📋 copy color: '#3A7055'

red 58 ◦ green 112 ◦ blue 85

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

Shades of Amazon #3A7055

Tints of Amazon #3A7055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.92%

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

R = 22.75%
G = 43.92%
B = 33.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#3A7055 (or 0x3A7055) is known color: Amazon. HEX triplet: 3A, 70 and 55. RGB value is (58,112,85). Sum of RGB (Red+Green+Blue) = 58+112+85=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7055 is #C58FAA. Grayscale: #5C5C5C. Windows color (decimal): -12947371 or 5599290. OLE color: 5599290.

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

Color convert

RGB 58 112 85 -
CMYK 0.48 0 0.24 0.56
HSL 150º 0.32% 0.33% -
HSV(B) 150º 0.48% 0.44% -
XYZ 9.18 13.14 10.65 -
YUV 92.78 123.61 103.2 -
System Red Green Blue C M Y K H S L
Decimal 58 112 85 0.48 0 0.24 0.56 150 0.32 0.33
Hex 3A 70 55 30 0 18 38 96 20 21
Octal 72 160 125 60 0 30 70 226 40 41
Binary 111010 1110000 1010101 110000 0 11000 111000 10010110 100000 100001

Color Harmonies of #3A7055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7055

Black with #3A7055

Text Example


Text Example

White with #3A7055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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