Html Css Color HEX #397C4F Amazon

📋 copy color: '#397C4F'

red 57 ◦ green 124 ◦ blue 79

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

Shades of Amazon #397C4F

Tints of Amazon #397C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.38%

R = 21.92%
G = 47.69%
B = 30.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#397C4F (or 0x397C4F) is known color: Amazon. HEX triplet: 39, 7C and 4F. RGB value is (57,124,79). Sum of RGB (Red+Green+Blue) = 57+124+79=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 124 (48.83% from 255 or 47.69% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 124 - color contains mainly: green. Hex color #397C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C4F is #C683B0. Grayscale: #626262. Windows color (decimal): -13009841 or 5209145. OLE color: 5209145.

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

Color convert

RGB 57 124 79 -
CMYK 0.54 0 0.36 0.51
HSL 139.7º 0.37% 0.35% -
HSV(B) 139.7º 0.54% 0.49% -
XYZ 10.31 15.85 9.91 -
YUV 98.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 57 124 79 0.54 0 0.36 0.51 139.7 0.37 0.35
Hex 39 7C 4F 36 0 24 33 8C 25 23
Octal 71 174 117 66 0 44 63 214 45 43
Binary 111001 1111100 1001111 110110 0 100100 110011 10001100 100101 100011

Color Harmonies of #397C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C4F

Black with #397C4F

Text Example


Text Example

White with #397C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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