#3B754A

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

Shades of Amazon #3B754A

Tints of Amazon #3B754A

Color information

#3B754A (or 0x3B754A) is unknown color: approx Amazon. HEX triplet: 3B, 75 and 4A. RGB value is (59,117,74). Sum of RGB (Red+Green+Blue) = 59+117+74=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #3B754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B754A is #C48AB5. Grayscale: #5E5E5E. Windows color (decimal): -12880566 or 4879675. OLE color: 4879675.

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

Color convert

RGB5911774-
CMYK0.5000.370.54
HSL135.52º32.95%34.51%-
HSV(B)135.52º49.57%45.88%-
XYZ9.414.158.71-
YUV94.76116.28102.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.6%
GREEN value IS 117 (46.09% from 255) = 46.8%
BLUE value IS 74 (29.30% from 255) = 29.6%
R=23.6%
G=46.8%
B=29.6%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59117740.5000.370.54135.5232.9534.51
Hex3B754A3202536882123
Octal7316511262045662104143
Binary11101111101011001010110010010010111011010001000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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