Html Css Color HEX #397E60 Amazon

📋 copy color: '#397E60'

red 57 ◦ green 126 ◦ blue 96

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

Shades of Amazon #397E60

Tints of Amazon #397E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.41%

R = 20.43%
G = 45.16%
B = 34.41%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#397E60 (or 0x397E60) is known color: Amazon. HEX triplet: 39, 7E and 60. RGB value is (57,126,96). Sum of RGB (Red+Green+Blue) = 57+126+96=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 126 - color contains mainly: green. Hex color #397E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397E60 is #C6819F. Grayscale: #656565. Windows color (decimal): -13009312 or 6323769. OLE color: 6323769.

HSL color Cylindrical-coordinate representation of color #397E60: hue angle of 153.91º 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 #397E60 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 126 96 -
CMYK 0.55 0 0.24 0.51
HSL 153.91º 0.38% 0.36% -
HSV(B) 153.91º 0.55% 0.49% -
XYZ 11.26 16.64 13.68 -
YUV 101.95 124.64 95.94 -
System Red Green Blue C M Y K H S L
Decimal 57 126 96 0.55 0 0.24 0.51 153.91 0.38 0.36
Hex 39 7E 60 37 0 18 33 9A 26 24
Octal 71 176 140 67 0 30 63 232 46 44
Binary 111001 1111110 1100000 110111 0 11000 110011 10011010 100110 100100

Color Harmonies of #397E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397E60

Black with #397E60

Text Example


Text Example

White with #397E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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