#3A7C5D

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

Shades of Amazon #3A7C5D

Tints of Amazon #3A7C5D

Color information

#3A7C5D (or 0x3A7C5D) is unknown color: approx Amazon. HEX triplet: 3A, 7C and 5D. RGB value is (58,124,93). Sum of RGB (Red+Green+Blue) = 58+124+93=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7C5D is #C583A2. Grayscale: #646464. Windows color (decimal): -12944291 or 6126650. OLE color: 6126650.

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

Color convert

RGB5812493-
CMYK0.5300.250.51
HSL151.82º36.26%35.69%-
HSV(B)151.82º53.23%48.63%-
XYZ10.9316.1112.89-
YUV100.73123.6397.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.09%
GREEN value IS 124 (48.83% from 255) = 45.09%
BLUE value IS 93 (36.72% from 255) = 33.82%
R=21.09%
G=45.09%
B=33.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58124930.5300.250.51151.8236.2635.69
Hex3A7C5D3501933982424
Octal7217413565031632304444
Binary1110101111100101110111010101100111001110011000100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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