#3B875A

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

Shades of Amazon #3B875A

Tints of Amazon #3B875A

Color information

#3B875A (or 0x3B875A) is unknown color: approx Amazon. HEX triplet: 3B, 87 and 5A. RGB value is (59,135,90). Sum of RGB (Red+Green+Blue) = 59+135+90=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #3B875A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B875A is #C478A5. Grayscale: #6B6B6B. Windows color (decimal): -12875942 or 5932859. OLE color: 5932859.

HSL color Cylindrical-coordinate representation of color #3B875A: hue angle of 144.47º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B875A is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB5913590-
CMYK0.5600.330.47
HSL144.47º39.18%38.04%-
HSV(B)144.47º56.3%52.94%-
XYZ12.311912.69-
YUV107.15118.3293.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.77%
GREEN value IS 135 (53.12% from 255) = 47.54%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=20.77%
G=47.54%
B=31.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59135900.5600.330.47144.4739.1838.04
Hex3B875A380212F902726
Octal7320713270041572204746
Binary111011100001111011010111000010000110111110010000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,135,90); }

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

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

 a { background-color: rgb(59,135,90); }

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

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

 span { border-color: rgb(59,135,90); }

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