#397152

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

Shades of Amazon #397152

Tints of Amazon #397152

Color information

#397152 (or 0x397152) is unknown color: approx Amazon. HEX triplet: 39, 71 and 52. RGB value is (57,113,82). Sum of RGB (Red+Green+Blue) = 57+113+82=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #397152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397152 is #C68EAD. Grayscale: #5C5C5C. Windows color (decimal): -13012654 or 5402937. OLE color: 5402937.

HSL color Cylindrical-coordinate representation of color #397152: hue angle of 146.79º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397152 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB5711382-
CMYK0.5000.270.56
HSL146.79º32.94%33.33%-
HSV(B)146.79º49.56%44.31%-
XYZ9.1213.2910.07-
YUV92.72121.95102.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=22.62%
G=44.84%
B=32.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57113820.5000.270.56146.7932.9433.33
Hex3971523201B38932121
Octal7116112262033702234141
Binary1110011110001101001011001001101111100010010011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397152; }

 p { color: rgb(57,113,82); }

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

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

 a { background-color: rgb(57,113,82); }

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

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

 span { border-color: rgb(57,113,82); }

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