#3A754F

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

Shades of Amazon #3A754F

Tints of Amazon #3A754F

Color information

#3A754F (or 0x3A754F) is unknown color: approx Amazon. HEX triplet: 3A, 75 and 4F. RGB value is (58,117,79). Sum of RGB (Red+Green+Blue) = 58+117+79=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #3A754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A754F is #C58AB0. Grayscale: #5F5F5F. Windows color (decimal): -12946097 or 5207354. OLE color: 5207354.

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

Color convert

RGB5811779-
CMYK0.5000.320.54
HSL141.36º33.71%34.31%-
HSV(B)141.36º50.43%45.88%-
XYZ9.5214.199.63-
YUV95.03118.95101.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.83%
GREEN value IS 117 (46.09% from 255) = 46.06%
BLUE value IS 79 (31.25% from 255) = 31.10%
R=22.83%
G=46.06%
B=31.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58117790.5000.320.54141.3633.7134.31
Hex3A754F32020368d2222
Octal7216511762040662154242
Binary11101011101011001111110010010000011011010001101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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