Html Css Color HEX #397F4D Amazon

📋 copy color: '#397F4D'

red 57 ◦ green 127 ◦ blue 77

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

Shades of Amazon #397F4D

Tints of Amazon #397F4D

RGB

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

 GREEN value IS 127 (50% from 255) = 48.66%

 BLUE value IS 77 (30.47% from 255) = 29.5%

R = 21.84%
G = 48.66%
B = 29.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.39

 K value IS 0.50

RGB Variations

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

Color information

#397F4D (or 0x397F4D) is known color: Amazon. HEX triplet: 39, 7F and 4D. RGB value is (57,127,77). Sum of RGB (Red+Green+Blue) = 57+127+77=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 127 - color contains mainly: green. Hex color #397F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397F4D is #C680B2. Grayscale: #646464. Windows color (decimal): -13009075 or 5078841. OLE color: 5078841.

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

Color convert

RGB 57 127 77 -
CMYK 0.55 0 0.39 0.50
HSL 137.14º 0.38% 0.36% -
HSV(B) 137.14º 0.55% 0.5% -
XYZ 10.62 16.58 9.66 -
YUV 100.37 114.81 97.07 -
System Red Green Blue C M Y K H S L
Decimal 57 127 77 0.55 0 0.39 0.50 137.14 0.38 0.36
Hex 39 7F 4D 37 0 27 32 89 26 24
Octal 71 177 115 67 0 47 62 211 46 44
Binary 111001 1111111 1001101 110111 0 100111 110010 10001001 100110 100100

Color Harmonies of #397F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F4D

Black with #397F4D

Text Example


Text Example

White with #397F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,127,77); }

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

background-color css

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

 a { background-color: rgb(57,127,77); }

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

border-color css

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

 span { border-color: rgb(57,127,77); }

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