Html Css Color HEX #397F51 Amazon

📋 copy color: '#397F51'

red 57 ◦ green 127 ◦ blue 81

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

Shades of Amazon #397F51

Tints of Amazon #397F51

RGB

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

 GREEN value IS 127 (50% from 255) = 47.92%

 BLUE value IS 81 (32.03% from 255) = 30.57%

R = 21.51%
G = 47.92%
B = 30.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#397F51 (or 0x397F51) is known color: Amazon. HEX triplet: 39, 7F and 51. RGB value is (57,127,81). Sum of RGB (Red+Green+Blue) = 57+127+81=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 127 - color contains mainly: green. Hex color #397F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397F51 is #C680AE. Grayscale: #646464. Windows color (decimal): -13009071 or 5340985. OLE color: 5340985.

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

Color convert

RGB 57 127 81 -
CMYK 0.55 0 0.36 0.50
HSL 140.57º 0.38% 0.36% -
HSV(B) 140.57º 0.55% 0.5% -
XYZ 10.76 16.64 10.43 -
YUV 100.83 116.81 96.74 -
System Red Green Blue C M Y K H S L
Decimal 57 127 81 0.55 0 0.36 0.50 140.57 0.38 0.36
Hex 39 7F 51 37 0 24 32 8D 26 24
Octal 71 177 121 67 0 44 62 215 46 44
Binary 111001 1111111 1010001 110111 0 100100 110010 10001101 100110 100100

Color Harmonies of #397F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F51

Black with #397F51

Text Example


Text Example

White with #397F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,127,81); }

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

background-color css

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

 a { background-color: rgb(57,127,81); }

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

border-color css

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

 span { border-color: rgb(57,127,81); }

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