Html Css Color HEX #397E56 Amazon

📋 copy color: '#397E56'

red 57 ◦ green 126 ◦ blue 86

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

Shades of Amazon #397E56

Tints of Amazon #397E56

RGB

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

 GREEN value IS 126 (49.61% from 255) = 46.84%

 BLUE value IS 86 (33.98% from 255) = 31.97%

R = 21.19%
G = 46.84%
B = 31.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#397E56 (or 0x397E56) is known color: Amazon. HEX triplet: 39, 7E and 56. RGB value is (57,126,86). Sum of RGB (Red+Green+Blue) = 57+126+86=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 126 - color contains mainly: green. Hex color #397E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397E56 is #C681A9. Grayscale: #646464. Windows color (decimal): -13009322 or 5668409. OLE color: 5668409.

HSL color Cylindrical-coordinate representation of color #397E56: hue angle of 145.22º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397E56 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 126 86 -
CMYK 0.55 0 0.32 0.51
HSL 145.22º 0.38% 0.36% -
HSV(B) 145.22º 0.55% 0.49% -
XYZ 10.83 16.46 11.41 -
YUV 100.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 57 126 86 0.55 0 0.32 0.51 145.22 0.38 0.36
Hex 39 7E 56 37 0 20 33 91 26 24
Octal 71 176 126 67 0 40 63 221 46 44
Binary 111001 1111110 1010110 110111 0 100000 110011 10010001 100110 100100

Color Harmonies of #397E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397E56

Black with #397E56

Text Example


Text Example

White with #397E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397E56; }

 p { color: rgb(57,126,86); }

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

background-color css

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

 a { background-color: rgb(57,126,86); }

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

border-color css

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

 span { border-color: rgb(57,126,86); }

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