#3B7B55

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

Shades of Amazon #3B7B55

Tints of Amazon #3B7B55

Color information

#3B7B55 (or 0x3B7B55) is unknown color: approx Amazon. HEX triplet: 3B, 7B and 55. RGB value is (59,123,85). Sum of RGB (Red+Green+Blue) = 59+123+85=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 123 - color contains mainly: green. Hex color #3B7B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7B55 is #C484AA. Grayscale: #636363. Windows color (decimal): -12879019 or 5602107. OLE color: 5602107.

HSL color Cylindrical-coordinate representation of color #3B7B55: hue angle of 144.38º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7B55 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB5912385-
CMYK0.5200.310.52
HSL144.38º35.16%35.69%-
HSV(B)144.38º52.03%48.24%-
XYZ10.5315.7511.08-
YUV99.53119.899.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.10%
GREEN value IS 123 (48.44% from 255) = 46.07%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=22.10%
G=46.07%
B=31.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59123850.5200.310.52144.3835.1635.69
Hex3B7B553401F34902324
Octal7317312564037642204344
Binary1110111111011101010111010001111111010010010000100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,123,85); }

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

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

 a { background-color: rgb(59,123,85); }

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

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

 span { border-color: rgb(59,123,85); }

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