Html Css Color HEX #397C53 Amazon

📋 copy color: '#397C53'

red 57 ◦ green 124 ◦ blue 83

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

Shades of Amazon #397C53

Tints of Amazon #397C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.44%

R = 21.59%
G = 46.97%
B = 31.44%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#397C53 (or 0x397C53) is known color: Amazon. HEX triplet: 39, 7C and 53. RGB value is (57,124,83). Sum of RGB (Red+Green+Blue) = 57+124+83=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #397C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C53 is #C683AC. Grayscale: #636363. Windows color (decimal): -13009837 or 5471289. OLE color: 5471289.

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

Color convert

RGB 57 124 83 -
CMYK 0.54 0 0.33 0.51
HSL 143.28º 0.37% 0.35% -
HSV(B) 143.28º 0.54% 0.49% -
XYZ 10.46 15.91 10.7 -
YUV 99.29 118.8 97.83 -
System Red Green Blue C M Y K H S L
Decimal 57 124 83 0.54 0 0.33 0.51 143.28 0.37 0.35
Hex 39 7C 53 36 0 21 33 8F 25 23
Octal 71 174 123 66 0 41 63 217 45 43
Binary 111001 1111100 1010011 110110 0 100001 110011 10001111 100101 100011

Color Harmonies of #397C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C53

Black with #397C53

Text Example


Text Example

White with #397C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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