#3B795C

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

Shades of Amazon #3B795C

Tints of Amazon #3B795C

Color information

#3B795C (or 0x3B795C) is unknown color: approx Amazon. HEX triplet: 3B, 79 and 5C. RGB value is (59,121,92). Sum of RGB (Red+Green+Blue) = 59+121+92=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #3B795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B795C is #C486A3. Grayscale: #636363. Windows color (decimal): -12879524 or 6060347. OLE color: 6060347.

HSL color Cylindrical-coordinate representation of color #3B795C: hue angle of 151.94º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B795C is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB5912192-
CMYK0.5100.240.53
HSL151.94º34.44%35.29%-
HSV(B)151.94º51.24%47.45%-
XYZ10.5715.3812.54-
YUV99.16123.9699.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.69%
GREEN value IS 121 (47.66% from 255) = 44.49%
BLUE value IS 92 (36.33% from 255) = 33.82%
R=21.69%
G=44.49%
B=33.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59121920.5100.240.53151.9434.4435.29
Hex3B795C3301835982223
Octal7317113463030652304243
Binary1110111111001101110011001101100011010110011000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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