#3B7052

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

Shades of Amazon #3B7052

Tints of Amazon #3B7052

Color information

#3B7052 (or 0x3B7052) is unknown color: approx Amazon. HEX triplet: 3B, 70 and 52. RGB value is (59,112,82). Sum of RGB (Red+Green+Blue) = 59+112+82=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #3B7052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7052 is #C48FAD. Grayscale: #5C5C5C. Windows color (decimal): -12881838 or 5402683. OLE color: 5402683.

HSL color Cylindrical-coordinate representation of color #3B7052: hue angle of 146.04º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B7052 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB5911282-
CMYK0.4700.270.56
HSL146.04º30.99%33.53%-
HSV(B)146.04º47.32%43.92%-
XYZ9.1213.1310.04-
YUV92.73121.94103.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.32%
GREEN value IS 112 (44.14% from 255) = 44.27%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=23.32%
G=44.27%
B=32.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59112820.4700.270.56146.0430.9933.53
Hex3B70522F01B38921f22
Octal7316012257033702223742
Binary111011111000010100101011110110111110001001001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,112,82); }

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

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

 a { background-color: rgb(59,112,82); }

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

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

 span { border-color: rgb(59,112,82); }

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