#3B7C5D

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

Shades of Amazon #3B7C5D

Tints of Amazon #3B7C5D

Color information

#3B7C5D (or 0x3B7C5D) is unknown color: approx Amazon. HEX triplet: 3B, 7C and 5D. RGB value is (59,124,93). Sum of RGB (Red+Green+Blue) = 59+124+93=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #3B7C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7C5D is #C483A2. Grayscale: #656565. Windows color (decimal): -12878755 or 6126651. OLE color: 6126651.

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

Color convert

RGB5912493-
CMYK0.5200.250.51
HSL151.38º35.52%35.88%-
HSV(B)151.38º52.42%48.63%-
XYZ10.9916.1412.89-
YUV101.03123.4798.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.38%
GREEN value IS 124 (48.83% from 255) = 44.93%
BLUE value IS 93 (36.72% from 255) = 33.70%
R=21.38%
G=44.93%
B=33.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal59124930.5200.250.51151.3835.5235.88
Hex3B7C5D3401933972424
Octal7317413564031632274444
Binary1110111111100101110111010001100111001110010111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,124,93); }

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

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

 a { background-color: rgb(59,124,93); }

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

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

 span { border-color: rgb(59,124,93); }

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