Html Css Color HEX #397057 Amazon

📋 copy color: '#397057'

red 57 ◦ green 112 ◦ blue 87

#397057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #397057

Tints of Amazon #397057

RGB

 RED value IS 57 (22.66% from 255) = 22.27%

 GREEN value IS 112 (44.14% from 255) = 43.75%

 BLUE value IS 87 (34.38% from 255) = 33.98%

R = 22.27%
G = 43.75%
B = 33.98%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#397057 (or 0x397057) is known color: Amazon. HEX triplet: 39, 70 and 57. RGB value is (57,112,87). Sum of RGB (Red+Green+Blue) = 57+112+87=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #397057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397057 is #C68FA8. Grayscale: #5C5C5C. Windows color (decimal): -13012905 or 5730361. OLE color: 5730361.

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

Color convert

RGB 57 112 87 -
CMYK 0.49 0 0.22 0.56
HSL 152.73º 0.33% 0.33% -
HSV(B) 152.73º 0.49% 0.44% -
XYZ 9.2 13.15 11.07 -
YUV 92.71 124.78 102.53 -
System Red Green Blue C M Y K H S L
Decimal 57 112 87 0.49 0 0.22 0.56 152.73 0.33 0.33
Hex 39 70 57 31 0 16 38 99 21 21
Octal 71 160 127 61 0 26 70 231 41 41
Binary 111001 1110000 1010111 110001 0 10110 111000 10011001 100001 100001

Color Harmonies of #397057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397057

Black with #397057

Text Example


Text Example

White with #397057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397057; }

 p { color: rgb(57,112,87); }

 H1.HeaderClassName
 {
   color: #397057;
 }
 .AnyTagClassName
 {
   color: #397057;
 }
</style>

background-color css

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

 a { background-color: rgb(57,112,87); }

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

border-color css

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

 span { border-color: rgb(57,112,87); }

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