#3A7054

Color #3A7054 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #3A7054

Tints of Amazon #3A7054

Color information

#3A7054 (or 0x3A7054) is unknown color: approx Amazon. HEX triplet: 3A, 70 and 54. RGB value is (58,112,84). Sum of RGB (Red+Green+Blue) = 58+112+84=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7054 is #C58FAB. Grayscale: #5C5C5C. Windows color (decimal): -12947372 or 5533754. OLE color: 5533754.

HSL color Cylindrical-coordinate representation of color #3A7054: hue angle of 148.89º 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 #3A7054 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB5811284-
CMYK0.4800.250.56
HSL148.89º31.76%33.33%-
HSV(B)148.89º48.21%43.92%-
XYZ9.1413.1310.44-
YUV92.66123.11103.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.83%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=22.83%
G=44.09%
B=33.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112840.4800.250.56148.8931.7633.33
Hex3A70543001938952021
Octal7216012460031702254041
Binary1110101110000101010011000001100111100010010101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A7054;
 }
 .AnyTagClassName
 {
   color: #3A7054;
 }
</style>
background-color css

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

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

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

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

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

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