#3A754E

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

Shades of Amazon #3A754E

Tints of Amazon #3A754E

Color information

#3A754E (or 0x3A754E) is unknown color: approx Amazon. HEX triplet: 3A, 75 and 4E. RGB value is (58,117,78). Sum of RGB (Red+Green+Blue) = 58+117+78=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #3A754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A754E is #C58AB1. Grayscale: #5F5F5F. Windows color (decimal): -12946098 or 5141818. OLE color: 5141818.

HSL color Cylindrical-coordinate representation of color #3A754E: hue angle of 140.34º 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 #3A754E is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB5811778-
CMYK0.5000.330.54
HSL140.34º33.71%34.31%-
HSV(B)140.34º50.43%45.88%-
XYZ9.4814.179.44-
YUV94.91118.45101.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.92%
GREEN value IS 117 (46.09% from 255) = 46.25%
BLUE value IS 78 (30.86% from 255) = 30.83%
R=22.92%
G=46.25%
B=30.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58117780.5000.330.54140.3433.7134.31
Hex3A754E32021368c2222
Octal7216511662041662144242
Binary11101011101011001110110010010000111011010001100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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