Html Css Color HEX #397E4A Amazon

📋 copy color: '#397E4A'

red 57 ◦ green 126 ◦ blue 74

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

Shades of Amazon #397E4A

Tints of Amazon #397E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.79%

R = 22.18%
G = 49.03%
B = 28.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#397E4A (or 0x397E4A) is known color: Amazon. HEX triplet: 39, 7E and 4A. RGB value is (57,126,74). Sum of RGB (Red+Green+Blue) = 57+126+74=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 126 (49.61% from 255 or 49.03% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 126 - color contains mainly: green. Hex color #397E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397E4A is #C681B5. Grayscale: #636363. Windows color (decimal): -13009334 or 4881977. OLE color: 4881977.

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

Color convert

RGB 57 126 74 -
CMYK 0.55 0 0.41 0.51
HSL 134.78º 0.38% 0.36% -
HSV(B) 134.78º 0.55% 0.49% -
XYZ 10.38 16.29 9.07 -
YUV 99.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 57 126 74 0.55 0 0.41 0.51 134.78 0.38 0.36
Hex 39 7E 4A 37 0 29 33 87 26 24
Octal 71 176 112 67 0 51 63 207 46 44
Binary 111001 1111110 1001010 110111 0 101001 110011 10000111 100110 100100

Color Harmonies of #397E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397E4A

Black with #397E4A

Text Example


Text Example

White with #397E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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