Html Css Color HEX #397E54 Amazon

📋 copy color: '#397E54'

red 57 ◦ green 126 ◦ blue 84

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

Shades of Amazon #397E54

Tints of Amazon #397E54

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.19%

 BLUE value IS 84 (33.2% from 255) = 31.46%

R = 21.35%
G = 47.19%
B = 31.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#397E54 (or 0x397E54) is known color: Amazon. HEX triplet: 39, 7E and 54. RGB value is (57,126,84). Sum of RGB (Red+Green+Blue) = 57+126+84=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 126 (49.61% from 255 or 47.19% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 126 - color contains mainly: green. Hex color #397E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397E54 is #C681AB. Grayscale: #646464. Windows color (decimal): -13009324 or 5537337. OLE color: 5537337.

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

Color convert

RGB 57 126 84 -
CMYK 0.55 0 0.33 0.51
HSL 143.48º 0.38% 0.36% -
HSV(B) 143.48º 0.55% 0.49% -
XYZ 10.75 16.43 10.99 -
YUV 100.58 118.64 96.92 -
System Red Green Blue C M Y K H S L
Decimal 57 126 84 0.55 0 0.33 0.51 143.48 0.38 0.36
Hex 39 7E 54 37 0 21 33 8F 26 24
Octal 71 176 124 67 0 41 63 217 46 44
Binary 111001 1111110 1010100 110111 0 100001 110011 10001111 100110 100100

Color Harmonies of #397E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397E54

Black with #397E54

Text Example


Text Example

White with #397E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,126,84); }

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

background-color css

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

 a { background-color: rgb(57,126,84); }

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

border-color css

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

 span { border-color: rgb(57,126,84); }

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