Html Css Color HEX #397C4C Amazon

📋 copy color: '#397C4C'

red 57 ◦ green 124 ◦ blue 76

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

Shades of Amazon #397C4C

Tints of Amazon #397C4C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.25%

 BLUE value IS 76 (30.08% from 255) = 29.57%

R = 22.18%
G = 48.25%
B = 29.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#397C4C (or 0x397C4C) is known color: Amazon. HEX triplet: 39, 7C and 4C. RGB value is (57,124,76). Sum of RGB (Red+Green+Blue) = 57+124+76=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #397C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C4C is #C683B3. Grayscale: #626262. Windows color (decimal): -13009844 or 5012537. OLE color: 5012537.

HSL color Cylindrical-coordinate representation of color #397C4C: hue angle of 137.01º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397C4C is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 124 76 -
CMYK 0.54 0 0.39 0.51
HSL 137.01º 0.37% 0.35% -
HSV(B) 137.01º 0.54% 0.49% -
XYZ 10.2 15.81 9.35 -
YUV 98.5 115.3 98.4 -
System Red Green Blue C M Y K H S L
Decimal 57 124 76 0.54 0 0.39 0.51 137.01 0.37 0.35
Hex 39 7C 4C 36 0 27 33 89 25 23
Octal 71 174 114 66 0 47 63 211 45 43
Binary 111001 1111100 1001100 110110 0 100111 110011 10001001 100101 100011

Color Harmonies of #397C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C4C

Black with #397C4C

Text Example


Text Example

White with #397C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,124,76); }

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

background-color css

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

 a { background-color: rgb(57,124,76); }

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

border-color css

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

 span { border-color: rgb(57,124,76); }

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