#3B754F

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

Shades of Amazon #3B754F

Tints of Amazon #3B754F

Color information

#3B754F (or 0x3B754F) is unknown color: approx Amazon. HEX triplet: 3B, 75 and 4F. RGB value is (59,117,79). Sum of RGB (Red+Green+Blue) = 59+117+79=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #3B754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B754F is #C48AB0. Grayscale: #5F5F5F. Windows color (decimal): -12880561 or 5207355. OLE color: 5207355.

HSL color Cylindrical-coordinate representation of color #3B754F: hue angle of 140.69º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B754F is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB5911779-
CMYK0.5000.320.54
HSL140.69º32.95%34.51%-
HSV(B)140.69º49.57%45.88%-
XYZ9.5814.229.64-
YUV95.33118.78102.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.14%
GREEN value IS 117 (46.09% from 255) = 45.88%
BLUE value IS 79 (31.25% from 255) = 30.98%
R=23.14%
G=45.88%
B=30.98%

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
Decimal59117790.5000.320.54140.6932.9534.51
Hex3B754F32020368d2123
Octal7316511762040662154143
Binary11101111101011001111110010010000011011010001101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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