#397953

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

Shades of Amazon #397953

Tints of Amazon #397953

Color information

#397953 (or 0x397953) is unknown color: approx Amazon. HEX triplet: 39, 79 and 53. RGB value is (57,121,83). Sum of RGB (Red+Green+Blue) = 57+121+83=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #397953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397953 is #C686AC. Grayscale: #616161. Windows color (decimal): -13010605 or 5470521. OLE color: 5470521.

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

Color convert

RGB5712183-
CMYK0.5300.310.53
HSL144.38º35.96%34.9%-
HSV(B)144.38º52.89%47.45%-
XYZ10.0915.1710.58-
YUV97.53119.899.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.84%
GREEN value IS 121 (47.66% from 255) = 46.36%
BLUE value IS 83 (32.81% from 255) = 31.80%
R=21.84%
G=46.36%
B=31.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57121830.5300.310.53144.3835.9634.9
Hex3979533501F35902423
Octal7117112365037652204443
Binary1110011111001101001111010101111111010110010000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397953; }

 p { color: rgb(57,121,83); }

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

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

 a { background-color: rgb(57,121,83); }

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

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

 span { border-color: rgb(57,121,83); }

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