Html Css Color HEX #397C5F Amazon

📋 copy color: '#397C5F'

red 57 ◦ green 124 ◦ blue 95

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

Shades of Amazon #397C5F

Tints of Amazon #397C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 20.65%
G = 44.93%
B = 34.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#397C5F (or 0x397C5F) is known color: Amazon. HEX triplet: 39, 7C and 5F. RGB value is (57,124,95). Sum of RGB (Red+Green+Blue) = 57+124+95=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #397C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C5F is #C683A0. Grayscale: #646464. Windows color (decimal): -13009825 or 6257721. OLE color: 6257721.

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

Color convert

RGB 57 124 95 -
CMYK 0.54 0 0.23 0.51
HSL 154.03º 0.37% 0.35% -
HSV(B) 154.03º 0.54% 0.49% -
XYZ 10.96 16.11 13.36 -
YUV 100.66 124.8 96.86 -
System Red Green Blue C M Y K H S L
Decimal 57 124 95 0.54 0 0.23 0.51 154.03 0.37 0.35
Hex 39 7C 5F 36 0 17 33 9A 25 23
Octal 71 174 137 66 0 27 63 232 45 43
Binary 111001 1111100 1011111 110110 0 10111 110011 10011010 100101 100011

Color Harmonies of #397C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C5F

Black with #397C5F

Text Example


Text Example

White with #397C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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