#3B754E

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

Shades of Amazon #3B754E

Tints of Amazon #3B754E

Color information

#3B754E (or 0x3B754E) is unknown color: approx Amazon. HEX triplet: 3B, 75 and 4E. RGB value is (59,117,78). Sum of RGB (Red+Green+Blue) = 59+117+78=254 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.23% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #3B754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B754E is #C48AB1. Grayscale: #5F5F5F. Windows color (decimal): -12880562 or 5141819. OLE color: 5141819.

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

Color convert

RGB5911778-
CMYK0.5000.330.54
HSL139.66º32.95%34.51%-
HSV(B)139.66º49.57%45.88%-
XYZ9.5414.29.45-
YUV95.21118.28102.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.23%
GREEN value IS 117 (46.09% from 255) = 46.06%
BLUE value IS 78 (30.86% from 255) = 30.71%
R=23.23%
G=46.06%
B=30.71%

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
Decimal59117780.5000.330.54139.6632.9534.51
Hex3B754E32021368c2123
Octal7316511662041662144143
Binary11101111101011001110110010010000111011010001100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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