#3B865C

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

Shades of Amazon #3B865C

Tints of Amazon #3B865C

Color information

#3B865C (or 0x3B865C) is unknown color: approx Amazon. HEX triplet: 3B, 86 and 5C. RGB value is (59,134,92). Sum of RGB (Red+Green+Blue) = 59+134+92=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #3B865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B865C is #C479A3. Grayscale: #6A6A6A. Windows color (decimal): -12876196 or 6063675. OLE color: 6063675.

HSL color Cylindrical-coordinate representation of color #3B865C: hue angle of 146.4º 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 #3B865C is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB5913492-
CMYK0.5600.310.47
HSL146.4º38.86%37.84%-
HSV(B)146.4º55.97%52.55%-
XYZ12.2618.7513.1-
YUV106.79119.6593.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.70%
GREEN value IS 134 (52.73% from 255) = 47.02%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=20.70%
G=47.02%
B=32.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59134920.5600.310.47146.438.8637.84
Hex3B865C3801F2F922726
Octal7320613470037572224746
Binary11101110000110101110011100001111110111110010010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,134,92); }

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

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

 a { background-color: rgb(59,134,92); }

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

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

 span { border-color: rgb(59,134,92); }

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